From: Juanma Barranquero <lekktu@gmail.com>
To: Juri Linkov <juri@jurta.org>
Cc: "René Kyllingstad" <listmailemacs@kyllingstad.com>, emacs-devel@gnu.org
Subject: Re: major mode in new buffers
Date: Wed, 31 Mar 2010 03:28:41 +0200 [thread overview]
Message-ID: <s2uf7ccd24b1003301828y451042d5oecb4ecdad3b3ba49@mail.gmail.com> (raw)
In-Reply-To: <87oci5ev6a.fsf@mail.jurta.org>
2010/3/30 Juri Linkov <juri@jurta.org>:
> that the following code can be used for a new non-file buffer to set its
> major mode based on the buffer name:
>
> (setq-default major-mode (lambda ()
> (if buffer-file-name
> (fundamental-mode)
> (let ((buffer-file-name (buffer-name)))
> (set-auto-mode)))))
Try
emacs -Q -l ehelp --eval "(setq-default major-mode ...etc)"
M-x electric-describe-function <RET> car <RET>
r
Juanma
next prev parent reply other threads:[~2010-03-31 1:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 11:57 major mode in new buffers René Kyllingstad
2010-03-30 15:06 ` Stefan Monnier
2010-03-30 15:51 ` René Kyllingstad
2010-03-30 15:13 ` Harald Hanche-Olsen
2010-03-30 16:07 ` René Kyllingstad
2010-03-30 16:15 ` David Reitter
2010-03-30 16:17 ` Juri Linkov
2010-03-30 16:42 ` René Kyllingstad
2010-03-31 1:28 ` Juanma Barranquero [this message]
2010-03-31 3:02 ` Stefan Monnier
2010-03-31 10:22 ` Juanma Barranquero
2010-03-31 10:23 ` Juanma Barranquero
2010-03-31 11:29 ` Juanma Barranquero
2010-03-31 15:05 ` Juri Linkov
2010-03-31 16:35 ` Juanma Barranquero
2010-04-01 18:05 ` Juri Linkov
2010-04-01 21:08 ` Juanma Barranquero
2010-04-01 22:24 ` Juanma Barranquero
2010-04-01 22:45 ` Juri Linkov
2010-04-01 23:10 ` Juanma Barranquero
2010-04-02 16:04 ` Juri Linkov
2010-04-02 20:19 ` Juanma Barranquero
2010-04-02 23:04 ` Juri Linkov
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=s2uf7ccd24b1003301828y451042d5oecb4ecdad3b3ba49@mail.gmail.com \
--to=lekktu@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=juri@jurta.org \
--cc=listmailemacs@kyllingstad.com \
/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.