all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@gnu.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: Backporting changes into emacs-23 prior to pretest
Date: Wed, 03 Nov 2010 23:09:34 -0400	[thread overview]
Message-ID: <yxqeib1zswh.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87mxpqqmjm.fsf@stupidchicken.com> (Chong Yidong's message of "Wed\, 03 Nov 2010 14\:39\:25 -0400")

Chong Yidong <cyd@stupidchicken.com> writes:

> Dan Nicolaescu <dann@gnu.org> writes:
>
>> How about this one:
>>    ** Directory local variables can apply to file-less buffers.
>>    For example, adding "(diff-mode . ((mode . whitespace)))" to your
>>    .dir-locals.el file, will turn on `whitespace-mode' for *vc-diff* buffers.
>> The code change itself is small, and only touches one or two
>> functions.
>
> I don't think this is a good candidate for backporting, but if you feel
> strongly about it, we can discuss more.

I think this is important.  It completes what .dir-locals.el can do.
Without it, you cannot use .dir-locals.el for any of the *vc* buffers.
The line I cite above is used to turn on whitespace-mode in *vc diff*.

>
>> How about the changes to make major modes derive from `prog-mode'?
>> [This is not quite finished, but it won't be too hard to finish it...]
>
> These is mostly a cleanup, right?  I don't think it's worth backporting
> either.

It's a new feature.  If all programming modes are derived from
`prog-mode', then one can do:
(add-hook 'prog-mode 'flyspell-prog-mode)
to turn on the fly spell checking for comments and strings in all programming modes.
This is not complete on the trunk either.  So if you have an
aggressive schedule to get the release out, we can let this one go.



  reply	other threads:[~2010-11-04  3:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-24 16:44 Backporting changes into emacs-23 prior to pretest Chong Yidong
2010-10-25  0:02 ` Dan Nicolaescu
2010-11-03 18:39   ` Chong Yidong
2010-11-04  3:09     ` Dan Nicolaescu [this message]
2010-11-04 14:17       ` Stefan Monnier
2010-10-26  7:16 ` Ulrich Mueller
2010-11-03 18:56   ` Chong Yidong
2010-11-03 20:18     ` Ulrich Mueller

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=yxqeib1zswh.fsf@fencepost.gnu.org \
    --to=dann@gnu.org \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@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.
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.