From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Fwd: pcomplete bug with special display buffers Date: Tue, 06 Mar 2007 09:48:52 -0500 Message-ID: References: <878xec86jk.fsf@localhorst.mine.nu> <874pozlhnq.fsf@stupidchicken.com> <87d53noyvf.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173192594 16357 80.91.229.12 (6 Mar 2007 14:49:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Mar 2007 14:49:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 06 15:49:44 2007 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 1HOayx-0001X9-KQ for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 15:49:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOayw-0000DS-1t for ged-emacs-devel@m.gmane.org; Tue, 06 Mar 2007 09:49:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HOayl-0000D7-A5 for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:49:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HOayj-0000CQ-Gw for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:49:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HOayj-0000CK-7y for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:49:25 -0500 Original-Received: from tomts16-srv.bellnexxia.net ([209.226.175.4]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HOayg-0001iv-LL for emacs-devel@gnu.org; Tue, 06 Mar 2007 09:49:23 -0500 Original-Received: from pastel.home ([74.12.206.221]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070306144852.ZOMA1673.tomts16-srv.bellnexxia.net@pastel.home> for ; Tue, 6 Mar 2007 09:48:52 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 25290822D; Tue, 6 Mar 2007 09:48:52 -0500 (EST) In-Reply-To: <87d53noyvf.fsf@localhorst.mine.nu> (David Hansen's message of "Tue\, 06 Mar 2007 04\:05\:24 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:67432 Archived-At: > When we are at it: what's a good solution to the following problem: > as you may have noticed ;-) I made some other changes to comint.el > but only want to send the diff that solves the *Completion* buffer > problem. How do you deal with this? I start by doing M-x vc-prepare-to-partial-checkin RET then I undo the parts that I don't want to install (usually with the help of C-x v = and diff-apply-hunk). and then I C-x v v (or `c' from the *cvs* buffer). But IIRC vc-prepare-to-partial-checkin is one of those local hacks I haven't installed in Emacs-CVS yet. Stefan