auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] Re: switch-to-buffer should not record output buffer


From: David Kastrup
Subject: Re: [AUCTeX-devel] Re: switch-to-buffer should not record output buffer
Date: Thu, 14 Sep 2006 16:29:48 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Reiner Steib <address@hidden> writes:

> On Thu, Sep 14 2006, David Kastrup wrote:
>
>> Reiner Steib <address@hidden> writes:
>>> `TeX-record-buffer' is supposed to express the user's preference (in
>>> fact, I will make it customizable before committing it) as also Emacs
>>> users might prefer recording the buffers.  I thought using (featurep
>>> 'xemacs) as default might be slightly better than nil, because in
>>> XEmacs `TeX-pop-to-buffer' always behaves as if `TeX-record-buffer' is
>>> t.  (But I don't have a strong opinion on this.)
>>
>> Why define it in the first place if XEmacs will ignore it?
>
> Either you missed the part "Emacs users might prefer recording the
> buffers" or I don't understand your question.

I don't see a point in
(defcustom ignoredvariable (featurep 'xemacs) ...

instead of

(unless (featurep 'xemacs)
  (defcustom ignoredvariable ...


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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