bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnu-emacs] Re: C-x C-q more useful as toggle-read-only


From: Greg A. Woods
Subject: Re: [Bug-gnu-emacs] Re: C-x C-q more useful as toggle-read-only
Date: Tue, 19 Sep 2000 14:52:57 -0400 (EDT)

[ On Monday, September 18, 2000 at 23:16:37 (GMT), Kevin Rodgers wrote: ]
> Subject: [Bug-gnu-emacs] Re: C-x C-q more useful as toggle-read-only
>
> gildea@intouchsys.com (Stephen Gildea) wrote:
> > Please change C-x C-q back to doing toggle-read-only.
> 
> I agree completely. Here's my `C-x C-q' hack:
> 
> (global-set-key "\C-x\C-q" 'toggle-read-only)

I don't think I've every typed `C-x C-q' and for toggle-read-only I have:

        (global-set-key "\C-x\C-^" 'toggle-read-only)

In fact I find that `C-x C-q' is bound to kbd-macro-query for me, but I
don't see if/where that I did that explicitly in my ~/.emacs....

> (global-set-key "\C-xvq" 'vc-toggle-read-only)

I like that though....

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <gwoods@acm.org>      <robohack!woods>
Planix, Inc. <woods@planix.com>; Secrets of the Weird <woods@weird.com>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]