all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: how to turn on showing end of file?
Date: Tue, 15 Sep 2009 23:15:51 -0600	[thread overview]
Message-ID: <h8psa8$2jm$1@ger.gmane.org> (raw)
In-Reply-To: <87ws403aof.fsf@mundaneum.com>

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.  E.g.
there is no `directory' variable.

Try: C-h d \`Default value of

> Is, then, the following correct starting from Emacs 23.2?
> 
> --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.

> Thanks for giving this precision...

-- 
Kevin Rodgers
Denver, Colorado, USA





  reply	other threads:[~2009-09-16  5:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-14 20:19 how to turn on showing end of file? jidanni
2009-09-14 21:03 ` Peter Dyballa
2009-09-14 21:10   ` jidanni
2009-09-14 21:17     ` Andreas Politz
2009-09-14 21:22   ` jidanni
2009-09-14 21:25   ` jidanni
2009-09-14 21:30   ` jidanni
2009-09-14 21:41   ` jidanni
2009-09-14 23:37     ` Peter Dyballa
2009-09-14 23:45       ` jidanni
     [not found]       ` <mailman.6691.1252971966.2239.help-gnu-emacs@gnu.org>
2009-10-12  3:17         ` CUSTOMIZE: " David Combs
2009-10-13  7:08           ` Tim X
2009-11-12  2:47             ` David Combs
2009-09-15  3:09     ` Eli Zaretskii
     [not found]     ` <mailman.6697.1252984271.2239.help-gnu-emacs@gnu.org>
2009-09-15  7:54       ` Sébastien Vauban
2009-09-16  5:15         ` Kevin Rodgers [this message]
     [not found]         ` <mailman.6770.1253080347.2239.help-gnu-emacs@gnu.org>
2009-09-16 14:18           ` Sébastien Vauban
     [not found] <mailman.6674.1252963061.2239.help-gnu-emacs@gnu.org>
2009-09-16  2:03 ` jidanni

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='h8psa8$2jm$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@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.