all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Chong Yidong <cyd@stupidchicken.com>, emacs-devel@gnu.org
Subject: Re: Default for editing XML files
Date: Thu, 24 Sep 2009 23:57:28 +0300	[thread overview]
Message-ID: <87k4zotit8.fsf@mail.jurta.org> (raw)
In-Reply-To: <jwviqf9v1fi.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Wed, 23 Sep 2009 16:43:22 -0400")

>> I agree, it would be better to configure sgml-mode/nxml-mode
>> for all calls of xml-mode in one place.  Maybe with the help
>> of a new defcustom like:
>
>> (defcustom xml-mode 'nxml-mode
>>   "Define xml-mode."
>>   :type '(choice (const nxml-mode)
>> 		 (const sgml-mode)))
>
>> (defun xml-mode ()
>>   (interactive)
>>   (funcall xml-mode))
>
> We already had xml-mode as an alias for sgml-mode, AFAICT.
> I see no need to introduce such additional customization: we should just
> change the alias to point to nxml-mode.

The question is how often users might want to switch xml-mode back to
sgml-mode and how easy this should be.  Putting a line

  (defalias 'xml-mode 'sgml-mode)

to .emacs is easy but only if this line is easy to find in documentation.

One easy way is the Customization UI, another is adding menu entries to
the mode menu.  Designing a general mechanism to select a mode amongst
multiple implementations would be even better e.g. to switch `perl-mode'
between `perl-mode' and `cperl-mode', `js-mode' between `js2-mode' and
`espresso-mode', etc.

-- 
Juri Linkov
http://www.jurta.org/emacs/




  reply	other threads:[~2009-09-24 20:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-12  0:12 Default for editing XML files Chong Yidong
2009-09-12  1:41 ` bug#4169: " Miles Bader
2009-09-12  1:41 ` Miles Bader
2009-09-12  6:29 ` joakim
2009-09-12  6:29 ` bug#4169: " joakim
2009-09-12 16:02 ` Eric Hanchrow
2009-09-12 22:19   ` Sean Sieger
2009-09-13  1:16     ` Stefan Monnier
2009-09-13  1:30     ` Jason Rumney
2009-09-18 18:49 ` Chong Yidong
2009-08-17  2:33   ` bug#4169: 23.1.50; default mode for xml files not correct Xah Lee
2009-08-17 14:35     ` Lennart Borgman
2009-08-18  2:18       ` Stefan Monnier
2009-08-18  2:25         ` Lennart Borgman
2009-09-18 18:55     ` bug#4169: marked as done (23.1.50; default mode for xml files not correct) Emacs bug Tracking System
2009-09-21 21:48   ` Default for editing XML files Juri Linkov
2009-09-21 22:12     ` Chong Yidong
2009-09-22 14:27       ` Stefan Monnier
2009-09-23  9:06         ` Juri Linkov
2009-09-23 15:57           ` Chong Yidong
2009-09-23 20:43           ` Stefan Monnier
2009-09-24 20:57             ` Juri Linkov [this message]
2009-09-24 21:14               ` Lennart Borgman
2009-09-25  2:03               ` Chong Yidong
2009-09-25  9:01                 ` Juri Linkov
2009-09-25 14:18                   ` Stefan Monnier

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=87k4zotit8.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.