unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11292: 24.1.50; xesam.el not loadable
@ 2012-04-21  3:46 Michael Heerdegen
  2012-04-21  9:22 ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Heerdegen @ 2012-04-21  3:46 UTC (permalink / raw)
  To: 11292

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''






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

* bug#11292: 24.1.50; xesam.el not loadable
  2012-04-21  3:46 bug#11292: 24.1.50; xesam.el not loadable Michael Heerdegen
@ 2012-04-21  9:22 ` Michael Albinus
  2012-04-21 15:09   ` Michael Heerdegen
       [not found]   ` <87d371ktpe.fsf@web.de>
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Albinus @ 2012-04-21  9:22 UTC (permalink / raw)
  To: michael_heerdegen; +Cc: 11292

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Hi,

Hi Michael,

> 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))

Yes, looks like this.

However, I'm curious what you plan to do with xesam.el. The XESAM
project is stalled since its release 1.0 in 2009, the project home page
does not exist any longer. I'm planning to propose xesam.el being
obsolete. It's sad.

> Thanks,
>
> Michael.

Best regards, Michael.





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

* bug#11292: 24.1.50; xesam.el not loadable
  2012-04-21  9:22 ` Michael Albinus
@ 2012-04-21 15:09   ` Michael Heerdegen
       [not found]   ` <87d371ktpe.fsf@web.de>
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Heerdegen @ 2012-04-21 15:09 UTC (permalink / raw)
  To: 11292

Michael Albinus <michael.albinus@gmx.de> writes:

> However, I'm curious what you plan to do with xesam.el. The XESAM
> project is stalled since its release 1.0 in 2009, the project home page
> does not exist any longer. I'm planning to propose xesam.el being
> obsolete. It's sad.

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.


Regards,

Michael.





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

* bug#11292: 24.1.50; xesam.el not loadable
       [not found]   ` <87d371ktpe.fsf@web.de>
@ 2012-04-23 12:00     ` Michael Albinus
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Albinus @ 2012-04-23 12:00 UTC (permalink / raw)
  To: Michael Heerdegen; +Cc: 11292-done

Michael Heerdegen <michael_heerdegen@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.





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

end of thread, other threads:[~2012-04-23 12:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-21  3:46 bug#11292: 24.1.50; xesam.el not loadable Michael Heerdegen
2012-04-21  9:22 ` Michael Albinus
2012-04-21 15:09   ` Michael Heerdegen
     [not found]   ` <87d371ktpe.fsf@web.de>
2012-04-23 12:00     ` Michael Albinus

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).