GNU bug report logs - #625
23.0.60; isearch failed in dired

Previous Next

Package: emacs;

Reported by: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>

Date: Tue, 29 Jul 2008 17:20:03 UTC

Severity: normal

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 625-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
To: Juri Linkov <juri <at> jurta.org>
Cc: 625-done <at> debbugs.gnu.org
Subject: Re: bug#625: 23.0.60; isearch failed in dired
Date: Wed, 30 Jul 2008 16:44:12 +0200
Juri Linkov <juri <at> jurta.org> writes:

>> when i start emacs,
>> - if i go straight in - say /usr/share/emacs/23.0.60/lisp -
>> using tramp with /su::/...
>> - then use C-s (isearch-forward)
>> i have this error:
>> ,----
>> | run-hooks: Symbol's function definition is void: dired-isearch-filenames-setup
>> `----
>> I must use M-s f C-s to isearch. (dired-isearch-filename)
>> Then, (i presume something is now loaded) isearch work as normal with
>> C-s.
>> But isearch work if i use it in a non dired buffer.
>>
>> May be you can reproduce that on your side.
>
> Thanks, this is fixed now.  Though, I don't understand why dired-aux.el
> can't be loaded together with dired.el.  dired-aux.el is a small file
> and it contains most dired commands.

dired-aux.el contain (require 'dired), may be dired.el should contain
(require 'dired-aux), and (require 'dired) in dired-aux.el should be
commented out.
Because that in my .emacs fix the problem:

,----
| (when (require 'dired)
|   (require 'dired-aux))
`----

May be it's what you did.

Than you any way.

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France




This bug report was last modified 16 years and 299 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.