carbon-emacs

Yanking text into a terminal running in Emacs

流过昼夜 提交于 2020-01-11 00:24:29
问题 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 terminal behaves as if I typed nothing. It just returns the prompt back. I am using OS X 10.5.8 and Emacs 23.1. I have tried this procedure on Aquamacs, Carbon Emacs, and the release from http://emacsformacosx.com/. They all show this weird behaviour even in their default configurations with my .emacs

Carbon-emacs: re-enable hash key?

假装没事ソ 提交于 2019-12-12 18:27:38
问题 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 'redo+) (require 'mac-key-mode) (mac-key-mode 1) (setq default-input-method "MacOSX") (setq mac-command-modifier 'alt mac-option-modifier 'meta) The above has enabled all the Command+Key bindings (such as Cmd+S for saving), but Alt+3 isn't working. I'd normally work around it but I'm programming in

emacs 23 on OS X: mailto links & calling compose-mail?

安稳与你 提交于 2019-12-11 10:53:27
问题 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 solutions/thoughts (unfortunately posting on neither the carbon-emacs list nor emacs-dev has produced a useful reply, so I thought I'd try Stack Overflow for the first time): In Firefox, I can set the Preferences, Applications, mailto content type to "Use Emacs".

Disable Carbon Emacs scroll beep

大城市里の小女人 提交于 2019-11-29 08:43:34
问题 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 online but I can't seem to find what I should add to my .emacs that will stop it from beeping when scrolling. I don't want to silence it completely, just when scrolling. Any ideas? 回答1: (setq visible-bell t) This makes emacs flash instead of beep. 回答2: Using the hints from the Emacs wiki