emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#11292: closed (24.1.50; xesam.el not loadable)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#11292: closed (24.1.50; xesam.el not loadable)
Date: Mon, 23 Apr 2012 12:02:02 +0000

Your message dated Mon, 23 Apr 2012 14:00:20 +0200
with message-id <address@hidden>
and subject line Re: bug#11292: 24.1.50; xesam.el not loadable
has caused the debbugs.gnu.org bug report #11292,
regarding 24.1.50; xesam.el not loadable
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
11292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11292
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.1.50; xesam.el not loadable Date: Sat, 21 Apr 2012 05:46:33 +0200
Hi,

xesam.el is not loadable.  Just try it.

It's because of this expression:

(defvar xesam-mode-map
  (let ((map (copy-keymap special-mode-map)))
    (set-keymap-parent xesam-mode-map widget-keymap)
    map))

which refers to `xesam-mode-map' before it has been defined.  I guess
it should be

(defvar xesam-mode-map
  (let ((map (copy-keymap special-mode-map)))
    (set-keymap-parent map widget-keymap)
    map))


Thanks,

Michael.


In GNU Emacs 24.1.50.1 (i486-pc-linux-gnu, GTK+ Version 3.2.3)
 of 2012-04-17 on zelenka, modified by Debian
 (emacs-snapshot package, version 2:20120417-1)
Windowing system distributor `The X.Org Foundation', version 11.0.11104000
Configured using:
 `configure '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu'
 '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
 '--localstatedir=/var' '--infodir=/usr/share/info'
 '--mandir=/usr/share/man' '--with-pop=yes'
 
'--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.1.50/site-lisp:/usr/share/emacs/site-lisp'
 '--without-compress-info' '--with-crt-dir=/usr/lib/i386-linux-gnu/'
 '--with-x=yes' '--with-x-toolkit=gtk3' '--with-imagemagick=yes'
 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu'
 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''




--- End Message ---
--- Begin Message --- Subject: Re: bug#11292: 24.1.50; xesam.el not loadable Date: Mon, 23 Apr 2012 14:00:20 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)
Michael Heerdegen <address@hidden> writes:

> I didn't know that - yes, it's sad.  I just had a look at the file to
> see what it's for.  Then I realized that I can't load it.  But I'm not
> using it so far.

Well, I've fixed the reported bug, so you could still play with it,
until xesam.el is obsoleted.

> Regards,
>
> Michael.

Best regards, Michael.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]