unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2540: 23.0.60; misearch autoload warning
@ 2009-03-02 17:27 Denis Laplante
  2011-10-05  6:15 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Laplante @ 2009-03-02 17:27 UTC (permalink / raw)
  To: emacs-pretest-bug

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@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@ubc.ca> - Sr Systems Analyst
--   UBC IT Network Management Centre  - TEL: 604/822-9914
 ==========================================================







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#2540: 23.0.60; misearch autoload warning
  2009-03-02 17:27 bug#2540: 23.0.60; misearch autoload warning Denis Laplante
@ 2011-10-05  6:15 ` Glenn Morris
  2011-10-05 14:25   ` Denis Laplante
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2011-10-05  6:15 UTC (permalink / raw)
  To: Denis Laplante; +Cc: 2540

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?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#2540: 23.0.60; misearch autoload warning
  2011-10-05  6:15 ` Glenn Morris
@ 2011-10-05 14:25   ` Denis Laplante
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Laplante @ 2011-10-05 14:25 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 2540

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?






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-05 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-02 17:27 bug#2540: 23.0.60; misearch autoload warning Denis Laplante
2011-10-05  6:15 ` Glenn Morris
2011-10-05 14:25   ` Denis Laplante

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).