* C-c behaving wierd in Emacs on Mac
@ 2012-10-22 8:57 Torben Hoffmann
2012-10-22 9:39 ` Peter Dyballa
0 siblings, 1 reply; 7+ messages in thread
From: Torben Hoffmann @ 2012-10-22 8:57 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I am experiencing a weird behaviour with C-c: when I press it alone Emacs almost instantly completes with a timeout and I am left with no action.
In some modes I can do a C-c C-c to comment out the marked region, but due to the weird C-c behaivour I have to do 4 times C-c in order to get what I want.
I am using Emacs.app 24.1.50, so it should be vanilla GNU Emacs I am using (or as close as you can get to that on a Mac).
Any clues?
Thanks in advance,
___
/orben
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: C-c behaving wierd in Emacs on Mac
2012-10-22 8:57 C-c behaving wierd in Emacs on Mac Torben Hoffmann
@ 2012-10-22 9:39 ` Peter Dyballa
2012-10-22 15:28 ` Torben Hoffmann
0 siblings, 1 reply; 7+ messages in thread
From: Peter Dyballa @ 2012-10-22 9:39 UTC (permalink / raw)
To: Torben Hoffmann; +Cc: help-gnu-emacs
Am 22.10.2012 um 10:57 schrieb Torben Hoffmann:
> Any clues?
Try GNU Emacs 24.2.50! Or try the stable version 24.2!
How did you configure and compile? Which OS version are you using?
--
Mit friedvollen Grüßen
Pete
Bake pizza not war!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: C-c behaving wierd in Emacs on Mac
2012-10-22 9:39 ` Peter Dyballa
@ 2012-10-22 15:28 ` Torben Hoffmann
2012-10-22 16:00 ` Torben Hoffmann
0 siblings, 1 reply; 7+ messages in thread
From: Torben Hoffmann @ 2012-10-22 15:28 UTC (permalink / raw)
To: Peter Dyballa; +Cc: help-gnu-emacs
On 2012-10-22 11:39, Peter Dyballa wrote:
> Am 22.10.2012 um 10:57 schrieb Torben Hoffmann:
>
>> Any clues?
> Try GNU Emacs 24.2.50! Or try the stable version 24.2!
I have just installed the stable 24.2 version and the problem remains... :-(
>
> How did you configure and compile? Which OS version are you using?
Mac OSX 10.8.2.
http://www.gnu.org/software/emacs/
/usr/local/Cellar/emacs/HEAD (3913 files, 121M) *
Installed with: --cocoa, --use-git-head
brew install emacs --cocoa --use-git-head
But now I have it installed with
brew install emacs --cocoa
And as stated above the problem remains.
I will have to go through my configuration files and see if there is
something there that could explain this.
Cheers,
___
/orben
>
> --
> Mit friedvollen Grüßen
>
> Pete
>
> Bake pizza not war!
>
--
http://www.linkedin.com/in/torbenhoffmann
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: C-c behaving wierd in Emacs on Mac
2012-10-22 15:28 ` Torben Hoffmann
@ 2012-10-22 16:00 ` Torben Hoffmann
2012-10-22 17:14 ` Peter Dyballa
0 siblings, 1 reply; 7+ messages in thread
From: Torben Hoffmann @ 2012-10-22 16:00 UTC (permalink / raw)
To: Peter Dyballa; +Cc: help-gnu-emacs
Last update: I tried to forget fully about my .emacs.d config and run a
"bare" emacs... it works.
Now on to some bisection of my config to figure out which thing that is
causing this problem... only O(ln n) away from a solution :-/
Cheers,
___
/orben
On 2012-10-22 17:28, Torben Hoffmann wrote:
>
> On 2012-10-22 11:39, Peter Dyballa wrote:
>> Am 22.10.2012 um 10:57 schrieb Torben Hoffmann:
>>
>>> Any clues?
>> Try GNU Emacs 24.2.50! Or try the stable version 24.2!
> I have just installed the stable 24.2 version and the problem
> remains... :-(
>>
>> How did you configure and compile? Which OS version are you using?
> Mac OSX 10.8.2.
> http://www.gnu.org/software/emacs/
> /usr/local/Cellar/emacs/HEAD (3913 files, 121M) *
> Installed with: --cocoa, --use-git-head
>
> brew install emacs --cocoa --use-git-head
>
> But now I have it installed with
>
> brew install emacs --cocoa
>
> And as stated above the problem remains.
>
> I will have to go through my configuration files and see if there is
> something there that could explain this.
>
> Cheers,
> ___
> /orben
>
>
>
>
>>
>> --
>> Mit friedvollen Grüßen
>>
>> Pete
>>
>> Bake pizza not war!
>>
>
--
http://www.linkedin.com/in/torbenhoffmann
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: C-c behaving wierd in Emacs on Mac
2012-10-22 16:00 ` Torben Hoffmann
@ 2012-10-22 17:14 ` Peter Dyballa
2012-10-22 17:39 ` Torben Hoffmann
[not found] ` <mailman.11461.1350927601.855.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 7+ messages in thread
From: Peter Dyballa @ 2012-10-22 17:14 UTC (permalink / raw)
To: Torben Hoffmann; +Cc: help-gnu-emacs
Am 22.10.2012 um 18:00 schrieb Torben Hoffmann:
> Last update: I tried to forget fully about my .emacs.d config and run a "bare" emacs... it works.
This sounds more likely! (Although the "AppKit Emacs" once had a problem with C-x when you had in Mac OS X a key binding with Esc…)
--
Greetings
Pete
What's the difference between OS X and Vista?
Microsoft employees are excited about OS X…
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: C-c behaving wierd in Emacs on Mac
2012-10-22 17:14 ` Peter Dyballa
@ 2012-10-22 17:39 ` Torben Hoffmann
[not found] ` <mailman.11461.1350927601.855.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: Torben Hoffmann @ 2012-10-22 17:39 UTC (permalink / raw)
To: Peter Dyballa; +Cc: help-gnu-emacs
On 2012-10-22 19:14, Peter Dyballa wrote:
> Am 22.10.2012 um 18:00 schrieb Torben Hoffmann:
>
>> Last update: I tried to forget fully about my .emacs.d config and run a "bare" emacs... it works.
> This sounds more likely! (Although the "AppKit Emacs" once had a problem with C-x when you had in Mac OS X a key binding with Esc…)
And now I have found the culprit: cua-mode (yes, I am a weakling with a
lack of faith in the force and so on).
With that out everything works!
Cheers,
___
/orben
>
> --
> Greetings
>
> Pete
>
> What's the difference between OS X and Vista?
>
> Microsoft employees are excited about OS X…
>
--
http://www.linkedin.com/in/torbenhoffmann
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: C-c behaving wierd in Emacs on Mac
[not found] ` <mailman.11461.1350927601.855.help-gnu-emacs@gnu.org>
@ 2012-10-24 15:11 ` Stefan Monnier
0 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2012-10-24 15:11 UTC (permalink / raw)
To: help-gnu-emacs
> And now I have found the culprit: cua-mode (yes, I am a weakling with
> a lack of faith in the force and so on).
cua-mode is not on the dark side. But one of its main features is
exactly the one that bothers you: multiplex cleverly "C-c/C-x as
Copy/Cut" and "C-c/C-x as prefix keys". This said, under Mac OS X you
shouldn't need this multiplexing since you should expect Cmd-c/Cmd-x to
do Copy/Cut (of course, if Cmd is mapped to Meta, you get clashes with
M-x and M-c, where the M-c clash is probably minor, but the M-x one is
more annoying, tho it's easy to move M-x's command to some other key).
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-10-24 15:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 8:57 C-c behaving wierd in Emacs on Mac Torben Hoffmann
2012-10-22 9:39 ` Peter Dyballa
2012-10-22 15:28 ` Torben Hoffmann
2012-10-22 16:00 ` Torben Hoffmann
2012-10-22 17:14 ` Peter Dyballa
2012-10-22 17:39 ` Torben Hoffmann
[not found] ` <mailman.11461.1350927601.855.help-gnu-emacs@gnu.org>
2012-10-24 15:11 ` Stefan Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).