emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-u prefix behavior of TAB broken


From: martin rudalics
Subject: Re: C-u prefix behavior of TAB broken
Date: Mon, 24 Dec 2007 23:33:39 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> It works correctly in the EMACS_22_BASE sources, but it is broken
> in the trunk.

Because TAB is bound to `c-indent-command' in Emacs 22.  But Miles was
complaining about the _behavior in the trunk_.  FWIW, the following
change broke that:

2007-09-24  Dan Nicolaescu  <address@hidden>

        * progmodes/cc-mode.el (c-mode-base-map):
        Use c-indent-line-or-region instead of c-indent-line.

I think that change should be reverted.  We can always implement the
region-indenting behavior in `c-indent-command'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]