GNU bug report logs - #11292
24.1.50; xesam.el not loadable

Previous Next

Package: emacs;

Reported by: michael_heerdegen <at> web.de

Date: Sat, 21 Apr 2012 03:46:02 UTC

Severity: normal

Found in version 24.1.50

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#11292: closed (24.1.50; xesam.el not loadable)
Date: Mon, 23 Apr 2012 12:02:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 23 Apr 2012 14:00:20 +0200
with message-id <87sjfuejzf.fsf <at> gmx.de>
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
help-debbugs <at> gnu.org.)


-- 
11292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11292
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: bug-gnu-emacs <at> gnu.org
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''



[Message part 3 (message/rfc822, inline)]
From: Michael Albinus <michael.albinus <at> gmx.de>
To: Michael Heerdegen <michael_heerdegen <at> web.de>
Cc: 11292-done <at> debbugs.gnu.org
Subject: Re: bug#11292: 24.1.50; xesam.el not loadable
Date: Mon, 23 Apr 2012 14:00:20 +0200
Michael Heerdegen <michael_heerdegen <at> web.de> 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.


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

Previous Next


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