unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: herring@lanl.gov
Cc: Emacs-Devel devel <emacs-devel@gnu.org>
Subject: Re: Symbol's function definition is void: <
Date: Thu, 25 Jun 2009 17:54:13 +0200	[thread overview]
Message-ID: <e01d8a50906250854w50030a72gd0927f63e51ff509@mail.gmail.com> (raw)
In-Reply-To: <37805.130.55.118.19.1245942784.squirrel@webmail.lanl.gov>

On Thu, Jun 25, 2009 at 5:13 PM, Davis Herring<herring@lanl.gov> wrote:
>> I have got a strange bug report for nXhtml. The report says that < is
>> not defined. Please see
>>
>>     http://www.emacswiki.org/emacs/NxhtmlMode#toc13
>>
>> What functions could make < void? fset?
>
> fmakunbound is it AFAIK (I replied there too).

Thanks Davis. So something like this would help

  (defadvice fmakunbound (before
                          test-ad-makunbound
                          activate
                          compile
                          )
    (message "fmakunbound %s, backtrace\n%s"
             (ad-get-arg 0) (with-output-to-string (backtrace))))




  reply	other threads:[~2009-06-25 15:54 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 [this message]
2009-06-25 20:59 ` Stefan Monnier
2009-06-25 23:11   ` Lennart Borgman
2009-06-26 11:10     ` Thien-Thi Nguyen
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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=e01d8a50906250854w50030a72gd0927f63e51ff509@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=herring@lanl.gov \
    /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 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).