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: Vinicius Jose Latorre
Subject: Re: C-u prefix behavior of TAB broken
Date: Wed, 26 Dec 2007 10:49:13 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7


I cleaned up the confusion in c-indent-line-or-region.

I also made `region-active-p' do the same thing it does in XEmacs.
The function to check whether a command should operate on the region
instead of whatever it normally does
is now called `use-region-p'.

I fixed several files whose behavior might have been affected
by the fact that `region-active-p' is now defined in Emacs.

ps-print is one of the files affected.

Does  (mark)  have the same meaning as  (region-active-p)  now?





reply via email to

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