From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: vc-toggle-read-only mishandles CVS ro file in presence of CVSREAD=1 Date: Wed, 25 Jun 2008 18:27:56 +0200 Message-ID: <878wwtxywj.fsf@ambire.localdomain> References: <87od5q9kbi.fsf@ambire.localdomain> <87prq5yi0n.fsf@ambire.localdomain> <87lk0ttxl0.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214411494 19793 80.91.229.12 (25 Jun 2008 16:31:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2008 16:31:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 25 18:32:16 2008 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 1KBXum-0002bc-PF for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 18:32:13 +0200 Original-Received: from localhost ([127.0.0.1]:58500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBXtw-0005ca-Ir for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 12:31:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBXtY-0005Ew-EY for emacs-devel@gnu.org; Wed, 25 Jun 2008 12:30:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBXtU-0005Cc-Ty for emacs-devel@gnu.org; Wed, 25 Jun 2008 12:30:56 -0400 Original-Received: from [199.232.76.173] (port=56141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBXtU-0005CT-DK for emacs-devel@gnu.org; Wed, 25 Jun 2008 12:30:52 -0400 Original-Received: from [151.61.142.243] (port=38004 helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KBXtT-0005LF-Tc for emacs-devel@gnu.org; Wed, 25 Jun 2008 12:30:52 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1KBXqe-0003Tz-Kk; Wed, 25 Jun 2008 18:27:56 +0200 In-Reply-To: (Stefan Monnier's message of "Wed, 25 Jun 2008 11:48:21 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:99933 Archived-At: () Stefan Monnier () Wed, 25 Jun 2008 11:48:21 -0400 Emacs-22 already changed C-x C-q to run toggle-read-only rather than vc-toggle-read-only. Since 2004-11-09 i bind it to `C-x C-q' (personally): http://www.gnuvola.org/software/personal-elisp/dist/lisp/core.el (line 1013) But that will change (locally) when vc-toggle-read-only goes away. thi