From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: dired-sort-menu dose not work in my GNU Emacs 23.2.1 Date: Thu, 21 Jul 2011 02:49:43 +0200 Message-ID: <87r55kfoew.fsf@web.de> References: Reply-To: michael_heerdegen@web.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1311209361 5328 80.91.229.12 (21 Jul 2011 00:49:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2011 00:49:21 +0000 (UTC) To: Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 21 02:49:16 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QjhRz-0000go-PE for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jul 2011 02:49:15 +0200 Original-Received: from localhost ([::1]:40675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjhRy-0004iV-7P for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jul 2011 20:49:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjhRo-0004hm-5q for help-gnu-emacs@gnu.org; Wed, 20 Jul 2011 20:49:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjhRk-0006AE-SM for help-gnu-emacs@gnu.org; Wed, 20 Jul 2011 20:49:03 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:34290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjhRk-00069e-E6 for help-gnu-emacs@gnu.org; Wed, 20 Jul 2011 20:49:00 -0400 Original-Received: from smtp02.web.de ( [172.20.0.184]) by fmmailgate01.web.de (Postfix) with ESMTP id 40D7F1942CB94 for ; Thu, 21 Jul 2011 02:48:57 +0200 (CEST) Original-Received: from [82.113.99.154] (helo=snow) by smtp02.web.de with asmtp (WEB.DE 4.110 #2) id 1QjhRg-0001Dg-00 for help-gnu-emacs@gnu.org; Thu, 21 Jul 2011 02:48:57 +0200 In-Reply-To: (Drew Adams's message of "Mon, 18 Jul 2011 09:40:38 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Sender: michael_heerdegen@web.de X-Provags-ID: V01U2FsdGVkX1+cDm5KvyMMfra22pL/TbJeZpMT/2LabuoULgHN +RH93qXbzHPp0i4cgpYeJ+dMMzm33zzx0TSVxZUIAzwNaALQjX GaLU1n7w1ddaNLKy96KQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.221 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81698 Archived-At: Hi, > First, what about the error that you reported initially, "Symbol's value as > variable is void: ls-lisp-dirs-first"? Do you still get that? > > If so, I suspect that that is a bug in `dired-sort-menu.el'. Please report it > to the author of that library - correspond with him about this, to get that > library working on its own, first. I can acknowledge that this is a bug in `dired-sort-menu.el', I get the same error. This is the erroneous defun: (defun dired-sort-menu-toggle-dirs-first () "Toggle ls-lisp switch `ls-lisp-dirs-first' and update buffer." (interactive) (setq ls-lisp-dirs-first (not ls-lisp-dirs-first)) (revert-buffer)) where `ls-lisp-dirs-first' is void when "ls-lisp" was not loaded before. I won't report the bug, though, because I start into holidays tomorrow, no time. Regards, Michael.