On Thu, Jun 9, 2011 at 11:38, Kenneth Gonsalves <law...@thenilgiris.com> wrote:
> On Thu, 2011-06-09 at 11:27 +0530, Roshan Mathews wrote:
>> > > (global-set-key (kbd "C-u") ctl-x-map)
>> > >
>> > > but this also does not work. Any clues will be appreciated.
>> > >
>> > clarification: I simply put the above lines in .emacs. I have a
>> feeling
>> > that this is not enough - it needs more code to get it to work - can
>> > someone give me a clue here please.
>>
>> (global-set-key (kbd "C-u") (lookup-key global-map (kbd "C-x")))
>
> doesn't work for me

Weird. Emacs version?

And just to be clear you want to use C-u instead of C-x, right? So
you'd save a file with C-u C-s instead of C-x C-s.  (I'm guessing
dvorak makes the original keychord a contortionist's feat.)

-- 
http://about.me/rosh
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to