Tagged Questions
The carbon-emacs tag has no wiki summary.
6
votes
3answers
360 views
Yanking text into a terminal running in Emacs
I am unable to yank text into a terminal running in Emacs.
This is my procedure:
I killed the string "date" from one buffer and yanked it into the terminal in another buffer and hit return.
The ...
6
votes
3answers
2k views
Disable Carbon Emacs scroll beep
I've been looking into adopting Carbon Emacs for use on my Mac, and the only stumbling block I've run into is the annoying scroll beep when you try to scroll past the end of the document. I've looked ...
4
votes
1answer
309 views
Show tabs for buffers in carbon emacs?
How can I get a tabbed interface in carbon emacs which corresponds to one-tab-per-buffer similar to Aquaemacs(http://aquamacs.org/)?
4
votes
2answers
639 views
Use Alt as Meta key in Carbon Emacs, not Apple Command Key
Any way to configure Carbon Emacs to use the Option key as a Meta key, rather than the Command key? I like having a consistent set of keybindings no matter if I am using Emacs in a terminal or Carbon ...
2
votes
2answers
467 views
Carbon-emacs: re-enable hash key?
How can I re-enable the hash (#) key in carbon-emacs on the mac? I've tried everything I've come across in google and still can't get it working.
My config file currently looks like this:
(require ...
1
vote
1answer
93 views
transient-mark-mode permanently on
Every time I turn off emacs transient-mark-mode is turned off too how can I have it turned on all the time?My emacs is 22.31 carbon version
1
vote
2answers
143 views
Where to put .emacs file in Carbon Emacs?
I'm new to Emacs if you can't tell. Right now I am using Carbon Emacs on Mac OSX. I would like to customize the layout and whatnot but I have no idea where I can find or make a new .emacs file in ...
1
vote
1answer
206 views
emacs 23 on OS X: mailto links & calling compose-mail?
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), ...
1
vote
3answers
153 views
Carbon emacs problem
I installed Carbon EMACS tody but I have a problem with the shift key: I can't select region hoding down shift and moving with harrows. Do you have any suggestion?
Best
Riccardo
1
vote
1answer
126 views
How to get Cocoa Emacs to jump to line number from external application?
When using Carbon Emacs (v22) from an external application (ex. Unity 3D) files sent to Carbon Emacs would jump to the line number requested by the external application (ie. double click on an error ...
0
votes
1answer
99 views
how can I use Aqua Emacs's Chinese font in Carbon Emacs?
I love the Chinese font support in AquaEmacs (with core: "GNU Emacs 23.2.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54). Is there anyway I can hack in and use its Chinese font in Carbon Emacs ...
0
votes
2answers
92 views
Carbon Emacs: no `focus' in minibuffer on incremental search
Good day all,
my trusty old Carbon Emacs has developed a frustrating habit: when I use C-s, the minibuffer prompts for a search string, but it is not focussed. Obviously, typing in a string doesn’t ...
0
votes
1answer
197 views
Mac os x: How to have makefile reference /Applications/application
OS Mac OS X 10.6.6
emacs 23.2.1
I'm currently trying to install magit on carbon emacs using their proposed make solution. I'm an almost complete makefile newby so I might be on the complete wrong ...
0
votes
2answers
56 views
how can I fire up carbon emacs (as editor instead of emacs in default) to edit a file under terminal.app?
How to configure the bash file?
0
votes
2answers
314 views
emacs nxhtml-mode[No match]
I am having some problems with nxhtml installation, I want my .php files to look better and I don't wanna go back to netbeans...
I have downloaded nxhtml and I created a folder called ...
0
votes
1answer
180 views
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 ...
0
votes
1answer
124 views
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), ...
0
votes
1answer
61 views
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 ...
0
votes
2answers
243 views
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 ...