From unknown Mon Aug 18 06:57:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10262: 24.0.91; find-dired ignores cdr of find-ls-option Resent-From: Philipp Haselwarter Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 10 Dec 2011 16:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10262 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10262@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.132353475529228 (code B ref -1); Sat, 10 Dec 2011 16:33:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Dec 2011 16:32:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZPql-0007bN-Jm for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:32:35 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZPqj-0007bC-21 for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:32:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZPpi-0008TY-Fw for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:31:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:34575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZPpi-0008TU-D6 for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:31:30 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZPph-0002N9-98 for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2011 11:31:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZPpf-0008T5-Kh for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2011 11:31:29 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:60955) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RZPpf-0008Su-8Z for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2011 11:31:27 -0500 Received: (qmail invoked by alias); 10 Dec 2011 16:31:24 -0000 Received: from 63.74.113.78.rev.sfr.net (EHLO nzebook.haselwarter.org) [78.113.74.63] by mail.gmx.net (mp045) with SMTP; 10 Dec 2011 17:31:24 +0100 X-Authenticated: #26138819 X-Provags-ID: V01U2FsdGVkX1+vIDA+69WvmO22gUCUPPyF/3BOKnPot9bkvjR6Ng mOdJivSZDV3y8G From: Philipp Haselwarter Date: Sat, 10 Dec 2011 17:27:54 +0100 Message-ID: <87pqfwtmr9.fsf@nzebook.haselwarter.org> X-NSA-Fodder: 2600 Magazine Capricorn spy ISEC BLU-97 A/B Ft. Bragg Honduras User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.3 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) Setting the cdr of `find-ls-option' does change the output of `find-dired'. The problem seems to be with `dired-mode' (cf. find-emacs.gz line 176). To reproduce: (progn (setq find-ls-option '("-ls" . "-dlbh")) (find-file "/tmp") (call-interactively 'find-dired)) confirm twice: "RET" "RET" If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/share/emacs/24.0.91/etc/DEBUG. In GNU Emacs 24.0.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.8) of 2011-11-19 on nzebook.haselwarter.org configured using `configure '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=/usr/lib' '--mandir=/usr/share/man' '--without-sound' '--with-x-toolkit=gtk' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 8 3 ; 4 0 1 0 0 ; 0 c ( p r o g n RET ( s e t q SPC f i n d - l s - o p t i o n SPC ' ( " - l s " SPC . SPC " - d l b h " ) ) RET ( f i n d - f i l e SPC " / t m p " ) ) RET C-p C-e C-b RET ( c a l l - i n t e r a c t i v e l y SPC DEL TAB ESC TAB SPC ' DEL ' f i d DEL n d - d i r e d C-e ) C-x C-e C-j - i n a m e SPC ' * * ' C-b C-b f o o RET C-x b * s c TAB RET C-n ESC x e m a c s - b u TAB g C-a TAB TAB RET Recent messages: ("emacs" "--no-desktop") For information about GNU Emacs and the GNU system, type C-h C-a. "--no-desktop" ignored because the Desktop package is not loaded Sole completion (":%s") find-dired *Find* finished. Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message idna format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug help-mode easymenu view shell pcomplete comint ring find-dired dired regexp-opt time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- Philipp Haselwarter From unknown Mon Aug 18 06:57:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10262: 24.0.91; find-dired ignores cdr of find-ls-option Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Jan 2012 08:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10262 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Philipp Haselwarter Cc: 10262@debbugs.gnu.org Received: via spool by 10262-submit@debbugs.gnu.org id=B10262.132635782711095 (code B ref 10262); Thu, 12 Jan 2012 08:44:01 +0000 Received: (at 10262) by debbugs.gnu.org; 12 Jan 2012 08:43:47 +0000 Received: from localhost ([127.0.0.1]:54532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlGGA-0002st-EA for submit@debbugs.gnu.org; Thu, 12 Jan 2012 03:43:47 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:42141) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlGG5-0002sh-1C for 10262@debbugs.gnu.org; Thu, 12 Jan 2012 03:43:44 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RlGFZ-0000uO-FO; Thu, 12 Jan 2012 03:43:09 -0500 From: Glenn Morris References: <87pqfwtmr9.fsf@nzebook.haselwarter.org> X-Spook: quiche AUTODIN Jyllandsposten Legion of Doom terrorism X-Ran: #Vi(FHr4r!'%E}0|(:V6h"RMQuCWy^/<0(vcz (Philipp Haselwarter's message of "Sat, 10 Dec 2011 17:27:54 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Philipp Haselwarter wrote: > Setting the cdr of `find-ls-option' does change the output of > `find-dired'. The problem seems to be with `dired-mode' > (cf. find-emacs.gz line 176). > > To reproduce: > > (progn > (setq find-ls-option '("-ls" . "-dlbh")) > (find-file "/tmp") > (call-interactively 'find-dired)) > > confirm twice: > > "RET" "RET" I think this is a misunderstanding. You can't just change the cdr of find-ls-option, you have to change the car as well. find will produce the file listing using the option specified in the car, then Emacs switches to dired-mode, with the cdr telling it how to parse the output of find. So you probably want to use: (setq find-ls-option '("-exec ls -dlbh {} +" . "-dlbh")) From unknown Mon Aug 18 06:57:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10262: 24.0.91; find-dired ignores cdr of find-ls-option Resent-From: Philipp Haselwarter Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Jan 2012 10:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10262 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Glenn Morris Cc: 10262@debbugs.gnu.org Received: via spool by 10262-submit@debbugs.gnu.org id=B10262.132636508421797 (code B ref 10262); Thu, 12 Jan 2012 10:45:02 +0000 Received: (at 10262) by debbugs.gnu.org; 12 Jan 2012 10:44:44 +0000 Received: from localhost ([127.0.0.1]:54636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlI9D-0005fW-GH for submit@debbugs.gnu.org; Thu, 12 Jan 2012 05:44:44 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:44952) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1RlI9B-0005fN-14 for 10262@debbugs.gnu.org; Thu, 12 Jan 2012 05:44:42 -0500 Received: (qmail invoked by alias); 12 Jan 2012 10:44:09 -0000 Received: from 52.65.113.78.rev.sfr.net (EHLO nzebook.haselwarter.org) [78.113.65.52] by mail.gmx.net (mp028) with SMTP; 12 Jan 2012 11:44:09 +0100 X-Authenticated: #26138819 X-Provags-ID: V01U2FsdGVkX1+3KOQlbCa3bLTCLIwuGvMdhQ6ak0hY4ibT6kxhtU VTN5zXmqNcyo46 From: Philipp Haselwarter References: <87pqfwtmr9.fsf@nzebook.haselwarter.org> X-NSA-Fodder: bomb JPL STARLAN Noriega Montenegro Adriatic UOP Delta Force X-Zippy-Says: Yow! Legally-imposed CULTURE-reduction is CABBAGE-BRAINED! Date: Thu, 12 Jan 2012 11:44:06 +0100 In-Reply-To: (Glenn Morris's message of "Thu, 12 Jan 2012 03:43:08 -0500") Message-ID: <87y5tdqjyh.fsf@nzebook.haselwarter.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Glenn Morris writes: > Philipp Haselwarter wrote: > >> Setting the cdr of `find-ls-option' does change the output of >> `find-dired'. The problem seems to be with `dired-mode' >> (cf. find-emacs.gz line 176). >> >> To reproduce: >> >> (progn >> (setq find-ls-option '("-ls" . "-dlbh")) >> (find-file "/tmp") >> (call-interactively 'find-dired)) >> >> confirm twice: >> >> "RET" "RET" > > > I think this is a misunderstanding. You can't just change the cdr of > find-ls-option, you have to change the car as well. find will produce > the file listing using the option specified in the car, then Emacs > switches to dired-mode, with the cdr telling it how to parse the output > of find. > > So you probably want to use: > > (setq find-ls-option '("-exec ls -dlbh {} +" . "-dlbh")) Thanks, I had a misconception about how much of the parsing was done by dired, your solution works perfectly! Adding it as an example to the docstring of `find-ls-option' would certainly clarify things. -- Philipp Haselwarter From unknown Mon Aug 18 06:57:40 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Philipp Haselwarter Subject: bug#10262: closed (Re: bug#10262: 24.0.91; find-dired ignores cdr of find-ls-option) Message-ID: References: <3zmx9sz5xm.fsf@fencepost.gnu.org> <87pqfwtmr9.fsf@nzebook.haselwarter.org> X-Gnu-PR-Message: they-closed 10262 X-Gnu-PR-Package: emacs Reply-To: 10262@debbugs.gnu.org Date: Fri, 13 Jan 2012 02:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1326422162-11362-1" This is a multi-part message in MIME format... ------------=_1326422162-11362-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10262: 24.0.91; find-dired ignores cdr of find-ls-option which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 10262@debbugs.gnu.org. --=20 10262: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10262 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1326422162-11362-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10262-done) by debbugs.gnu.org; 13 Jan 2012 02:35:07 +0000 Received: from localhost ([127.0.0.1]:55714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlWyw-0002w8-S9 for submit@debbugs.gnu.org; Thu, 12 Jan 2012 21:35:07 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:59595) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RlWyu-0002w2-N7 for 10262-done@debbugs.gnu.org; Thu, 12 Jan 2012 21:35:05 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RlWyL-0003bT-Oe; Thu, 12 Jan 2012 21:34:29 -0500 From: Glenn Morris To: 10262-done@debbugs.gnu.org Subject: Re: bug#10262: 24.0.91; find-dired ignores cdr of find-ls-option References: <87pqfwtmr9.fsf@nzebook.haselwarter.org> <87y5tdqjyh.fsf@nzebook.haselwarter.org> X-Spook: Ortega csim csystems SEAL Team 6 diwn CDMA INS Croatian X-Ran: bMj]/``9Ct_QX$Ho9/JTb@]^_ (Philipp Haselwarter's message of "Thu, 12 Jan 2012 11:44:06 +0100") Message-ID: <3zmx9sz5xm.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 10262-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Version: 24.0.93 I changed it to say: "A pair of options to produce and parse an `ls -l'-type list from `find'. This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION is the option (or options) passed to `find' to produce a file listing in the desired format. LS-SWITCHES is a set of `ls' switches that tell dired how to parse the output of `find'. The two options must be set to compatible values. For example, to use human-readable file sizes with GNU ls: \(\"-exec ls -ldh {} +\" . \"-ldh\") To use GNU find's inbuilt \"-ls\" option to list files: \(\"-ls\" . \"-dilsb\") since GNU find's output has the same format as using GNU ls with the options \"-dilsb\"." ------------=_1326422162-11362-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Dec 2011 16:32:35 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZPql-0007bN-Jm for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:32:35 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZPqj-0007bC-21 for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:32:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZPpi-0008TY-Fw for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:31:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:34575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZPpi-0008TU-D6 for submit@debbugs.gnu.org; Sat, 10 Dec 2011 11:31:30 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZPph-0002N9-98 for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2011 11:31:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZPpf-0008T5-Kh for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2011 11:31:29 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:60955) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RZPpf-0008Su-8Z for bug-gnu-emacs@gnu.org; Sat, 10 Dec 2011 11:31:27 -0500 Received: (qmail invoked by alias); 10 Dec 2011 16:31:24 -0000 Received: from 63.74.113.78.rev.sfr.net (EHLO nzebook.haselwarter.org) [78.113.74.63] by mail.gmx.net (mp045) with SMTP; 10 Dec 2011 17:31:24 +0100 X-Authenticated: #26138819 X-Provags-ID: V01U2FsdGVkX1+vIDA+69WvmO22gUCUPPyF/3BOKnPot9bkvjR6Ng mOdJivSZDV3y8G From: Philipp Haselwarter To: bug-gnu-emacs@gnu.org Subject: 24.0.91; find-dired ignores cdr of find-ls-option Date: Sat, 10 Dec 2011 17:27:54 +0100 Message-ID: <87pqfwtmr9.fsf@nzebook.haselwarter.org> X-NSA-Fodder: 2600 Magazine Capricorn spy ISEC BLU-97 A/B Ft. Bragg Honduras User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) Setting the cdr of `find-ls-option' does change the output of `find-dired'. The problem seems to be with `dired-mode' (cf. find-emacs.gz line 176). To reproduce: (progn (setq find-ls-option '("-ls" . "-dlbh")) (find-file "/tmp") (call-interactively 'find-dired)) confirm twice: "RET" "RET" If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file /usr/share/emacs/24.0.91/etc/DEBUG. In GNU Emacs 24.0.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.8) of 2011-11-19 on nzebook.haselwarter.org configured using `configure '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--libexecdir=/usr/lib' '--mandir=/usr/share/man' '--without-sound' '--with-x-toolkit=gtk' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ESC [ > 8 3 ; 4 0 1 0 0 ; 0 c ( p r o g n RET ( s e t q SPC f i n d - l s - o p t i o n SPC ' ( " - l s " SPC . SPC " - d l b h " ) ) RET ( f i n d - f i l e SPC " / t m p " ) ) RET C-p C-e C-b RET ( c a l l - i n t e r a c t i v e l y SPC DEL TAB ESC TAB SPC ' DEL ' f i d DEL n d - d i r e d C-e ) C-x C-e C-j - i n a m e SPC ' * * ' C-b C-b f o o RET C-x b * s c TAB RET C-n ESC x e m a c s - b u TAB g C-a TAB TAB RET Recent messages: ("emacs" "--no-desktop") For information about GNU Emacs and the GNU system, type C-h C-a. "--no-desktop" ignored because the Desktop package is not loaded Sole completion (":%s") find-dired *Find* finished. Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message idna format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug help-mode easymenu view shell pcomplete comint ring find-dired dired regexp-opt time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) -- Philipp Haselwarter ------------=_1326422162-11362-1--