From: Mirko <mvukovic@nycap.rr.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to set a file major mode in elisp
Date: Fri, 02 Nov 2007 09:54:19 -0700 [thread overview]
Message-ID: <1194022459.106954.3760@o80g2000hse.googlegroups.com> (raw)
In-Reply-To: <mailman.2888.1194012501.18990.help-gnu-emacs@gnu.org>
On Nov 2, 9:56 am, Eric Hanchrow <off...@blarg.net> wrote:
> I will be adding an entry to the diary file, and I would like the
> buffer to be in the diary mode. Is there some way of specifying it
> explicitly instead of using auto-mode-alist?
>
> Sure --
>
> (defun diary-entry ()
> (interactive)
> (find-file "~/diary")
> (diary-mode)
> ;-----^^^^^^^^^^^^
> (goto-char (point-max))
> (open-line 1)
> (goto-char (point-max))
> ... )
>
> --
> The woods aren't any drier than they were in 2000, but there
> are a lot more people with matches.
> -- Doug Chapin, Electionline.org
Thank you. I don't think I will use Sebastian's suggestion, because I
don't want to mess with the diary file format if I can avoid it.
So, I will use the (obvious) (diary-mode)
Mirko
next prev parent reply other threads:[~2007-11-02 16:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-02 12:42 How to set a file major mode in elisp Mirko
2007-11-02 13:56 ` Eric Hanchrow
2007-11-02 13:58 ` Sebastian Tennant
2007-11-02 15:05 ` Bastien
[not found] ` <mailman.2888.1194012501.18990.help-gnu-emacs@gnu.org>
2007-11-02 16:54 ` Mirko [this message]
2007-11-02 21:10 ` Peter Dyballa
[not found] ` <mailman.2912.1194037808.18990.help-gnu-emacs@gnu.org>
2007-11-05 13:40 ` Mirko
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1194022459.106954.3760@o80g2000hse.googlegroups.com \
--to=mvukovic@nycap.rr.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).