GNU bug report logs - #2540
23.0.60; misearch autoload warning

Previous Next

Packages: ns, emacs;

Reported by: Denis Laplante <Denis.Laplante <at> ubc.ca>

Date: Mon, 2 Mar 2009 17:35:03 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2540 in the body.
You can then email your comments to 2540 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2540; Package emacs. (Mon, 02 Mar 2009 17:35:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Denis Laplante <Denis.Laplante <at> ubc.ca>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 02 Mar 2009 17:35:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Denis Laplante <Denis.Laplante <at> ubc.ca>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; misearch autoload warning
Date: Mon, 02 Mar 2009 09:27:17 -0800
Hello

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing 
list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

After compiling using MacPorts emacs-app-devel from CVS last Thursday 
Feb 26,
every time I press C-S an error message appears
> run-hooks: Cannot open load file: misearch
, after which isearch worked as normal.
I don't understand, because misearch.elc is in 
/Applications/MacPorts/Emacs.app/Contents/Resources/lisp/
 -rw-r--r--    2 root  admin     3074 Dec 28 15:45 misearch.el.gz
 -rw-r--r--    2 root  admin     9254 Feb 27 08:43 misearch.elc
and when I do M-x load-library misearch, it works with no complaint.

FIX: edit loaddefs.el, comment out:
;;  (add-hook 'isearch-mode-hook 'multi-isearch-setup)
After restarting emacs, isearch is normal.

Note that I'm using CVS via MacPorts because with "emacs-app"
the function "shell" does not use ttys, so commands like "ping" can only
be stopped from a separate command line.




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'.
If you would like to further debug the crash, please read the file
/Applications/MacPorts/Emacs.app/Contents/Resources/etc/DEBUG for 
instructions.


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin9.6.0, NS apple-appkit-949.43)
of 2009-02-27 on dt-pb.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--prefix=/opt/local' '--with-ns' 
'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 
'CPPFLAGS=-I/opt/local/include' 'CPP=/usr/bin/cpp-4.0''

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: nil
 value of $XMODIFIERS: nil
 locale-coding-system: nil
 default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
 shell-dirtrack-mode: t
 display-time-mode: t
 tooltip-mode: t
 mouse-wheel-mode: t
 menu-bar-mode: t
 file-name-shadow-mode: t
 global-font-lock-mode: t
 font-lock-mode: t
 global-auto-composition-mode: t
 auto-composition-mode: t
 auto-encryption-mode: t
 auto-compression-mode: t
 line-number-mode: t
 transient-mark-mode: t

Recent input:

Recent messages:

 ==========================================================
-- Denis Laplante <Denis.Laplante <at> ubc.ca> - Sr Systems Analyst
--   UBC IT Network Management Centre  - TEL: 604/822-9914
==========================================================





bug reassigned from package `emacs' to `emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 04 Mar 2009 01:15:04 GMT) Full text and rfc822 format available.

Added tag(s) moreinfo. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 02 Sep 2009 00:35:05 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#2540; Package emacs,ns. (Wed, 05 Oct 2011 06:16:01 GMT) Full text and rfc822 format available.

Message #12 received at 2540 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Denis Laplante <Denis.Laplante <at> ubc.ca>
Cc: 2540 <at> debbugs.gnu.org
Subject: Re: bug#2540: 23.0.60; misearch autoload warning
Date: Wed, 05 Oct 2011 02:15:11 -0400
Denis Laplante wrote:

> After compiling using MacPorts emacs-app-devel from CVS last Thursday
> Feb 26,
> every time I press C-S an error message appears
>> run-hooks: Cannot open load file: misearch
> , after which isearch worked as normal.
> I don't understand, because misearch.elc is in
> /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/
>  -rw-r--r--    2 root  admin     3074 Dec 28 15:45 misearch.el.gz
>  -rw-r--r--    2 root  admin     9254 Feb 27 08:43 misearch.elc
> and when I do M-x load-library misearch, it works with no complaint.
[...]
> In GNU Emacs 23.0.60.1 (powerpc-apple-darwin9.6.0, NS apple-appkit-949.43)
> of 2009-02-27 on dt-pb.local

I cannot see how this could happen. Do you still see this problem with
the latest version of Emacs?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#2540; Package emacs,ns. (Wed, 05 Oct 2011 16:18:02 GMT) Full text and rfc822 format available.

Message #15 received at 2540 <at> debbugs.gnu.org (full text, mbox):

From: Denis Laplante <Denis.Laplante <at> ubc.ca>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 2540 <at> debbugs.gnu.org
Subject: Re: bug#2540: 23.0.60; misearch autoload warning
Date: Wed, 05 Oct 2011 07:25:54 -0700
No problem with the current version
> $ port installed 'emacs*'
> The following ports are currently installed:
>   emacs @23.3_3+x11 (active)

Thanks for checking.

--	Denis Laplante

On 4-Oct-11, at 11:15 PM, Glenn Morris wrote:

> Denis Laplante wrote:
>
>> After compiling using MacPorts emacs-app-devel from CVS last Thursday
>> Feb 26,
>> every time I press C-S an error message appears
>>> run-hooks: Cannot open load file: misearch
>> , after which isearch worked as normal.
>> I don't understand, because misearch.elc is in
>> /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/
>> -rw-r--r--    2 root  admin     3074 Dec 28 15:45 misearch.el.gz
>> -rw-r--r--    2 root  admin     9254 Feb 27 08:43 misearch.elc
>> and when I do M-x load-library misearch, it works with no complaint.
> [...]
>> In GNU Emacs 23.0.60.1 (powerpc-apple-darwin9.6.0, NS apple- 
>> appkit-949.43)
>> of 2009-02-27 on dt-pb.local
>
> I cannot see how this could happen. Do you still see this problem with
> the latest version of Emacs?





bug closed, send any further explanations to 2540 <at> debbugs.gnu.org and Denis Laplante <Denis.Laplante <at> ubc.ca> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 05 Oct 2011 16:21:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Nov 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 228 days ago.

Previous Next


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