From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: dired-sort-menu dose not work in my GNU Emacs 23.2.1 Date: Mon, 18 Jul 2011 07:59:23 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1311002839 20556 80.91.229.12 (18 Jul 2011 15:27:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 15:27:19 +0000 (UTC) To: "'David Young'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 18 17:27:13 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 1Qipix-0005Zz-8A for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jul 2011 17:27:11 +0200 Original-Received: from localhost ([::1]:40848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qipiw-0007p8-BP for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jul 2011 11:27:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QipIX-0001HR-3J for help-gnu-emacs@gnu.org; Mon, 18 Jul 2011 10:59:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QipIR-0003SH-IM for help-gnu-emacs@gnu.org; Mon, 18 Jul 2011 10:59:52 -0400 Original-Received: from rcsinet15.oracle.com ([148.87.113.117]:16860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QipIR-0003Ru-26 for help-gnu-emacs@gnu.org; Mon, 18 Jul 2011 10:59:47 -0400 Original-Received: from rtcsinet21.oracle.com (rtcsinet21.oracle.com [66.248.204.29]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p6IExflL004081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 18 Jul 2011 14:59:42 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rtcsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p6IExd4X025600 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Jul 2011 14:59:40 GMT Original-Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p6IExY1Q029685; Mon, 18 Jul 2011 09:59:34 -0500 Original-Received: from dradamslap1 (/10.159.41.201) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 18 Jul 2011 07:59:34 -0700 X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 In-Reply-To: Thread-Index: AcxFWXS/XeFJ2ZAQQLauwC0bIWh6wwAAKhVg X-Source-IP: rtcsinet21.oracle.com [66.248.204.29] X-CT-RefId: str=0001.0A090203.4E244A5F.002E:SCFSTAT5015188, ss=1, re=-4.000, fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 148.87.113.117 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:81658 Archived-At: > I installed dired-sort-menu and dired-sort from EmacsWiki. > But it seems that dired-sort-menu does not work in my Emacs. > I did not see the context-menu. When I tried command > dired-sort-menu-toggle-dirs-first or press 'b' in a dired > buffer, the following message appears > > call-interactively: > Symbol's value as variable is void: ls-lisp-dirs-first > > Could anyone have idea on this? Thanks in advance What Emacs version are you using (`M-x emacs-version')? `ls-lisp-dirs-first' is in library `ls-lisp.el', which is used by Emacs on MS Windows. It sounds like library ls-lisp was not loaded. Are you on Windows? Aside from the `S-mouse-2' context menu, for the moment, do you see a `Sort By' submenu in menubar menu `Immediate' menu?