all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: michael_heerdegen@web.de
Cc: 11292@debbugs.gnu.org
Subject: bug#11292: 24.1.50; xesam.el not loadable
Date: Sat, 21 Apr 2012 11:22:04 +0200	[thread overview]
Message-ID: <87hawdzbgj.fsf@gmx.de> (raw)
In-Reply-To: <87sjfxvjae.fsf@web.de> (Michael Heerdegen's message of "Sat, 21 Apr 2012 05:46:33 +0200")

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.





  reply	other threads:[~2012-04-21  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-21  3:46 bug#11292: 24.1.50; xesam.el not loadable Michael Heerdegen
2012-04-21  9:22 ` Michael Albinus [this message]
2012-04-21 15:09   ` Michael Heerdegen
     [not found]   ` <87d371ktpe.fsf@web.de>
2012-04-23 12:00     ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87hawdzbgj.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=11292@debbugs.gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.