all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Drew Adams <drew.adams@oracle.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: non noisy dired
Date: Sun, 07 Jun 2009 08:56:40 -0700	[thread overview]
Message-ID: <4A2BE338.9020509@gmail.com> (raw)
In-Reply-To: <9A9A000218384909BF879106872DA265@us.oracle.com>

Drew Adams wrote:
> No, you were not doing anything wrong.
> Here's the explanation (it was a bug):
> 
> (require 'dired-details+) loads dired-details+, which in turn does (require
> 'dired-details), which loads dired-details.
> 
> But neither explicitly loads dired, which is where variable `dired-mode-map' is
> defined. After it loads dired-details, dired-details+ tries to use that variable
> at load time --> error.
> 
> Should be fixed now. The fix is to use the variable not at load time, but after
> dired is loaded.
> 
> Thx - Drew
> 

Hi Drew,

Sorry to bother again, I re-installed it and everything seems to work 
except for the neat key-binding, '(' and ')', in dired-details+ where 
pressing either would change the view.

When I put (require 'dired-details+) in my .emacs on invoking dired by 
`C-x d' everything starts up as it should but the key-bindings are ')' 
for more details and '(' for less details, instead of either of them 
working as the toggle. However when I load it using `M-x load-library 
dired-details+' I get the expected behaviour, either keys '(' or ')' 
toggles the details in the dired buffer.

Thank you

-- 
Suvayu

Open source is the future. It sets us free.




  parent reply	other threads:[~2009-06-07 15:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-04 14:18 non noisy dired Rustom Mody
2009-06-05  3:28 ` Eli Zaretskii
2009-06-05  4:37 ` Drew Adams
2009-06-06 23:54   ` Suvayu Ali
2009-06-07 14:02     ` Drew Adams
2009-06-07 15:00       ` Thien-Thi Nguyen
2009-06-07 15:42         ` Drew Adams
2009-06-07 15:18       ` Suvayu Ali
2009-06-07 15:56       ` Suvayu Ali [this message]
2009-06-07 16:21         ` Drew Adams
2009-06-07 16:49           ` Suvayu Ali
     [not found]           ` <mailman.168.1244402670.2239.help-gnu-emacs@gnu.org>
2009-06-08 14:20             ` rustom
2009-06-08 15:18               ` Drew Adams
     [not found]               ` <mailman.217.1244474339.2239.help-gnu-emacs@gnu.org>
2009-06-09  7:03                 ` rustom
     [not found] ` <mailman.36.1244176697.2239.help-gnu-emacs@gnu.org>
2009-06-05 12:50   ` rustom
2009-06-05 15:25     ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A2BE338.9020509@gmail.com \
    --to=fatkasuvayu+linux@gmail.com \
    --cc=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.