Questions tagged [carbon-emacs]
19 questions
0
votes
1 answer
Emacs stops loading at vc-git
I have a remote repository (version controlled with Git) that's mounted via ExpanDrive. I've created a macro that will load a file with Emacs as follows:
I'm using OSX 10.6.4 and GNU Emacs 22.3.1 (i386-apple-darwin9.8.0, Carbon Version 1.6.0)…

ramoneguru
- 331
- 2
- 9
0
votes
1 answer
emacs 23 on OS X: how to open web links from emacs?
I'm trying the 23.2 release Cocoa Emacs build (OS X 10.6). There's a
number of things that are more annoying about Cocoa Emacs than the
terrific Carbon Emacs (based on an Emacs 22 build, I believe), so I
hoped folks might have some…

jowens
- 355
- 3
- 10
0
votes
1 answer
CarbonEmacs, symbolic links and dired-find-file
When I list a directory (C-x-d), all symbolic links have names ending with '@'; eg.:
.bashrc@ -> ./system/dot-bashr
Then when I try to open such a file with "e" or "f" (dired-find-file), I get the message:
File no longer exists; type `g' to…

Tsf
- 1,339
- 5
- 17
- 29
0
votes
2 answers
Binding function keys in carbon-emacs
While I was using the "normal" X11 emacs under Snow Leopard, my profile.el file had a line:
(global-set-key [f14] 'my_function)
However this binding does not work with carbon-emacs. What is strange is that if I execute the command "M-x…

Tsf
- 1,339
- 5
- 17
- 29