From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; A combination of PC Selection, Visual Lines and emacsclient redefines C-backspace Date: Tue, 20 Jan 2009 08:18:59 -0800 (PST) Message-ID: <200901201618.n0KGIxNl015357@mothra.ics.uci.edu> References: <87iqoa7igp.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1232477548 29914 80.91.229.12 (20 Jan 2009 18:52:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2009 18:52:28 +0000 (UTC) Cc: pent , rfrancoise@debian.org, 1960@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 20 19:53:40 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LPLh3-0006F6-Mi for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 19:51:21 +0100 Original-Received: from localhost ([127.0.0.1]:35841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPLfm-0002eo-MU for ged-emacs-devel@m.gmane.org; Tue, 20 Jan 2009 13:50:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPJKL-00061r-O6 for emacs-devel@gnu.org; Tue, 20 Jan 2009 11:19:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPJKL-00061J-5R for emacs-devel@gnu.org; Tue, 20 Jan 2009 11:19:45 -0500 Original-Received: from [199.232.76.173] (port=43779 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPJKL-000619-0N for emacs-devel@gnu.org; Tue, 20 Jan 2009 11:19:45 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:43883) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LPJKK-0004fq-LK for emacs-devel@gnu.org; Tue, 20 Jan 2009 11:19:44 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n0KGJ2BH019554; Tue, 20 Jan 2009 08:19:02 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n0KGIxNl015357; Tue, 20 Jan 2009 08:18:59 -0800 (PST) X-Debbugs-No-Ack: yes Original-Lines: 25 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n0KGJ2BH019554 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-Mailman-Approved-At: Tue, 20 Jan 2009 13:48:58 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108015 Archived-At: Chong Yidong writes: > Simplified recipe for bug#1960: > > 1. Put (pc-selection-mode 1) in .emacs > 2. emacs --daemon > 3. emacsclient -c > 4. C-h k C-backspace > > runs the command kill-line, which is an interactive > compiled Lisp function in `simple.el'. > > 5. C-x C-c > 6. emacsclient -c > 7. C-h k C-backspace > > runs the command backward-kill-word, which is an > interactive compiled Lisp function in `simple.el'. What happens when repeating steps 5,6 and 7? I am guessing that the binding would toggle between kill-line and backward-kill-word. If that's indeed the case, then there's probably some problem with pc-selection-mode and the way it interacts with normal-erase-is-backspace.