From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Unify mark-foo commands Date: Fri, 15 Feb 2002 10:23:19 +0100 Message-ID: References: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: quimby2.netfonds.no 1013765789 27247 195.204.10.66 (15 Feb 2002 09:36:29 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 15 Feb 2002 09:36:29 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16ben6-00075N-00 for ; Fri, 15 Feb 2002 10:36:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bebO-0006pw-00; Fri, 15 Feb 2002 04:24:22 -0500 Original-Received: from waldorf.cs.uni-dortmund.de ([129.217.4.42]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16beaU-0006pG-00 for ; Fri, 15 Feb 2002 04:23:27 -0500 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id g1F9NPb03176 for ; Fri, 15 Feb 2002 10:23:25 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id KAA07025; Fri, 15 Feb 2002 10:23:20 +0100 (MET) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id BCCB63AFCF; Fri, 15 Feb 2002 10:23:19 +0100 (CET) Original-To: emacs-devel@gnu.org In-Reply-To: (Kai.Grossjohann@cs.uni-dortmund.de's message of "Sat, 09 Feb 2002 19:50:28 +0100") Original-Lines: 25 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1156 Kai.Grossjohann@cs.uni-dortmund.de (Kai Gro=DFjohann) writes: > The mark-sexp command recently acquired the (very nifty) feature that > repeating the command extends the selection (so C-M-SPC C-M-SPC marks > two sexps). > > WIBNI the other mark-foo commands behaved similarly? I have now committed the patch that does this. To be specific: * mark-sexp has been changed so that it doesn't push a second mark when hitting C-M-SPC the second time. Instead, the first mark is moved. * mark-word now does the same as mark-sexp, more or less. * mark-defun and mark-paragraph also support the extension feature, but these two still push multiple marks. (I didn't know how to turn that off, and I don't think it's a really serious problem.) I hope that this was the right thing to do. kai --=20 ~/.signature is: umop 3p!sdn (Frank Nobis) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel