unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stefano Sabatini <stefasab@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: DocBook
Date: Tue, 29 Jun 2010 12:55:08 +0200	[thread overview]
Message-ID: <20100629105508.GA5706@geppetto> (raw)
In-Reply-To: <4C29C83E.2050004@t-online.de>

On date Tuesday 2010-06-29 12:17:34 +0200, Klaus Jantzen wrote:
> Hello,
> 
> I have two identical docbook files, one with extension .docbook the
> other with extension .dbk.
> When I open the .docbook file emacs automatically goes into
> sgml-mode; when opening
> the .dbk file it does not.
> 
> What do I have to change so that emacs also switches to sgml-mode
> when the file has a .dbk extension?

Check the auto-mode-alist variable.

You can edit it this way:
(add-to-list 'auto-mode-alist '(".*\\.\\(dbk\\|docbook\\)\\'" . sgml-mode))

Regards.



      parent reply	other threads:[~2010-06-29 10:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 10:17 DocBook Klaus Jantzen
2010-06-29 10:22 ` DocBook Richard Riley
2010-06-29 10:55 ` Stefano Sabatini [this message]

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=20100629105508.GA5706@geppetto \
    --to=stefasab@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.
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).