emacs-devel
[Top][All Lists]
Advanced

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

Re: inserting <tab> in cc-mode, latest CVS


From: Stefan Monnier
Subject: Re: inserting <tab> in cc-mode, latest CVS
Date: Thu, 03 Oct 2002 14:57:01 -0400

> I'm running the latest CVS (X11 mode) on RH 8 w/ a Marcelo 2.4.19
> kernel.
> 
> Until recently, when using cc-mode if I wanted to do something like
> 
>         int                     foo;
> 
> i.e.
> 
>         int<tab><tab><tab>foo;
> 
> I would type C-q <tab> to insert each of the tabs.  This has stopped
> working, and typing that sequence now inserts ^@ instead.  Typing C-q
> C-i still works, however.

Oh well.  It looks like my attempt to make C-q use read-key-sequence
is just not a good one.
I reverted the code to what it was in June before I started messing around
with it.  It should work again now.


        Stefan






reply via email to

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