all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Symbol's function definition is void: <
Date: Fri, 26 Jun 2009 13:10:01 +0200	[thread overview]
Message-ID: <87my7vfdyu.fsf@ambire.localdomain> (raw)
In-Reply-To: <e01d8a50906251611n1fd348bepf39aa38d391cb9d5@mail.gmail.com> (Lennart Borgman's message of "Fri, 26 Jun 2009 01:11:25 +0200")

() Lennart Borgman <lennart.borgman@gmail.com>
() Fri, 26 Jun 2009 01:11:25 +0200

   Maybe defadvice on make-symbol and unintern could catch this
   possibility? Some more function to watch?

How about enabling `debug-on-error' then adding to `post-command-hook':

  (lambda () 
    (unless (boundp '<) 
      (error "unbound <")))

thi




  reply	other threads:[~2009-06-26 11:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-25 14:58 Symbol's function definition is void: < Lennart Borgman
2009-06-25 15:13 ` Davis Herring
2009-06-25 15:54   ` Lennart Borgman
2009-06-25 20:59 ` Stefan Monnier
2009-06-25 23:11   ` Lennart Borgman
2009-06-26 11:10     ` Thien-Thi Nguyen [this message]
2009-06-26 12:37       ` Alan Mackenzie
2009-06-26 18:17       ` Lennart Borgman
2009-06-30 14:44   ` Davis Herring
2009-06-26 12:10 ` Andreas Roehler
2009-06-26 19:20   ` Lennart Borgman
2009-06-26 19:44     ` Andreas Roehler

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=87my7vfdyu.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=emacs-devel@gnu.org \
    /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.