From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: doc-view compilation warnings Date: Wed, 24 Oct 2007 10:19:06 +0200 Message-ID: <86fy0153id.fsf@lola.quinscape.zz> References: <87wsth6vk5.fsf@catnip.gol.com> <878x5wrgnv.fsf@baldur.tsdh.de> <87prz6yn1c.fsf@baldur.tsdh.de> <874pghhqzn.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193213967 5093 80.91.229.12 (24 Oct 2007 08:19:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 08:19:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 24 10:19:28 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 1IkbSZ-0002Zb-T6 for ged-emacs-devel@m.gmane.org; Wed, 24 Oct 2007 10:19:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkbSR-0001pp-N7 for ged-emacs-devel@m.gmane.org; Wed, 24 Oct 2007 04:19:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkbSN-0001nI-2a for emacs-devel@gnu.org; Wed, 24 Oct 2007 04:19:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkbSK-0001kT-L5 for emacs-devel@gnu.org; Wed, 24 Oct 2007 04:19:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkbSJ-0001k8-Rb for emacs-devel@gnu.org; Wed, 24 Oct 2007 04:19:12 -0400 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkbSJ-0005wT-2o for emacs-devel@gnu.org; Wed, 24 Oct 2007 04:19:11 -0400 Original-Received: from quinscape.de (dslnet.212-29-44.ip210.dokom.de [212.29.44.210] (may be forged)) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id KAA21765 for ; Wed, 24 Oct 2007 10:19:07 +0200 X-Delivered-To: Original-Received: (qmail 12237 invoked from network); 24 Oct 2007 08:19:08 -0000 Original-Received: from localhost (quinx.quinscape.de [127.0.0.1]) by quinx.quinscape.de (AvMailGate-2.1.3-2) id 12233-Mz0aKa; Mi, 24 Okt 2007 10:19:07 +0200 (CEST) Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 24 Oct 2007 08:19:07 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 8E6A68F262; Wed, 24 Oct 2007 10:19:06 +0200 (CEST) In-Reply-To: <874pghhqzn.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Wed\, 24 Oct 2007 10\:11\:08 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.6.0.27; VDF: 7.0.0.127; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:81629 Archived-At: Tassilo Horn writes: > Richard Stallman writes: > >> The only thing that remains is to find another keybinding for >> toggling between editing and viewing with doc-view, because >> ps-mode already uses `C-c C-c'. Suggestions? >> >> C-c C-c is good for this, for consistency with Image mode. So maybe >> ps-mode should change its C-c C-c binding to something else. Any >> suggestions for what to change it to? > > C-c C-l for ps-run-c_l_ear, or > C-c C-g because ps-run-clear clears the PostStript _g_raphics. Keybindings should not include C-g since that defaults to keyboard-quit which is used for aborting things in progress (which should include key sequences). -- David Kastrup