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

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

Re: .emacs poser


From: Emanuel Berg
Subject: Re: .emacs poser
Date: Tue, 17 Dec 2013 01:36:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"B. T. Raven" <btraven@nihilo.net> writes:

> ...

I don't think the keystroke has anything to do with
it. It is the insert command that follows, or more
specifically that char, whatever it is, that breaks the
file.

Test this:

(local-set-key "\C-cM"
  '(lambda ()
   (interactive)
   (insert "Big M is not the problem") ))

Why do you need those goofy chars to begin with?

And - it is a good idea to make the subject header more
informative.

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573


reply via email to

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