emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-lisp-byte-compile and buffer change


From: Richard Stallman
Subject: Re: emacs-lisp-byte-compile and buffer change
Date: Sat, 05 Jun 2004 09:49:17 -0400

    Now, make a file bar.el with

    (setq display-buffer-function
      (lambda (buffer not-this-window)
        (set-buffer buffer)
        (let ((display-buffer-function nil))
          (display-buffer buffer not-this-window))))

I can't really blame the compiler for being messed up
by such a perverse hook definition.  However, if you would
like to send a patch that would make it stand up to this
sort of messing around, I would approve it, as long
as it is clean.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]