help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how to turn on showing end of file?


From: Sébastien Vauban
Subject: Re: how to turn on showing end of file?
Date: Wed, 16 Sep 2009 16:18:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi Kevin,

Kevin Rodgers wrote:
> Sébastien Vauban wrote:
>> Hi Eli,
>>
>> Eli Zaretskii wrote:
>>>> From: jidanni@jidanni.org
>>>>
>>>> Warning: `default-indicate-empty-lines' is an obsolete variable
>>>>     (as of Emacs 23.2); use `indicate-empty-lines' instead.
>>> From etc/NEWS, of course:
>>>
>>>    ** All the default-FOO variables that hold the default value of the FOO
>>>    variable, are now declared obsolete.
>>
>> Really ALL those variables beginning with `default-', such as:
>>
>> --8<---------------cut here---------------start------------->8---
>>     (setq default-case-fold-search t)
>>     (setq default-directory "XXX")
>>     (setq default-frame-alist '((tool-bar-lines . 1)))
>>     (setq default-enable-multibyte-characters t)
>>     (setq default-input-method "latin-1-prefix")
>>     (setq default-major-mode 'org-mode)
>> --8<---------------cut here---------------end--------------->8---
>
> No, only those variables that hold the default value of the FOO variable.

Right. Of course, that seems obvious now that it is said!  Indeed...


> Try: C-h d \`Default value of

I don't understand why, but even without the backquote, I have an error when
trying the above command:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument stringp t)
  string-match("\\(of\\|value\\|Default\\).+\\(of\\|value\\|Default\\)" t)
  apropos-documentation-internal(t)
  #[(symbol) "Æ!ÇN‰¨ƒ


reply via email to

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