all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org
Subject: Re: how to turn on showing end of file?
Date: Tue, 15 Sep 2009 09:54:24 +0200	[thread overview]
Message-ID: <87ws403aof.fsf@mundaneum.com> (raw)
In-Reply-To: mailman.6697.1252984271.2239.help-gnu-emacs@gnu.org

Hi Eli,

Eli Zaretskii wrote:
>> From: jidanni-8D0D3YcSAvhAfugRpC6u6w@public.gmane.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---

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---

Thanks for giving this precision...

Best regards,
  Seb

-- 
Sébastien Vauban


  parent reply	other threads:[~2009-09-15  7:54 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 [this message]
2009-09-16  5:15         ` Kevin Rodgers
     [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=87ws403aof.fsf@mundaneum.com \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=help-gnu-emacs-mXXj517/zsQ@public.gmane.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.