A text editor, usually characterized by its extensibility. Often described as "the extensible, customizable, self-documenting, real-time display editor."
11
votes
2answers
1k views
Italics in Emacs on a text terminal (rxvt-unicode)
I am using Emacs running in an urxvt, and I cannot get italics to work in Emacs although the terminal supports it.
Here’s my current setup:
I haven’t set $TERM, so it is the default ...
105
votes
14answers
25k views
vim vs. emacs… and no, this is not a flame war
How would you compare these editors? What are the pros and cons of each?
[note] This is not meant to be answered by those who "hate one and love another" or those who haven't used both.
3
votes
2answers
268 views
Is there a user interface in Emacs allowing one to “grab” the buffer's filename conveniently?
It happens quite often that I want to use the path of the file opened in a certain buffer in Emacs (either the full path or the basename) in another place (a buffer or a different X program, say, a ...
1
vote
1answer
68 views
Associating a function in Emacs after looking up the code with M-x describe-key
I would like to associate the following function (which toggles on and off full-screen on the active buffer):
(defun toggle-maximize-buffer () "Maximize buffer"
(interactive)
(if (= 1 (length ...
4
votes
1answer
581 views
Text editor with font-size selection for specific human languages (ie. Unicode Block) eg Devanagari
Pre Linux, I used Windows.. (too many years in the wilderness :) ... however there was a ray of sunshine in amongst all the general virus/re-install flack.. and that was Notepad++, a text Editor I ...
4
votes
1answer
361 views
Emacs text-scale-adjust causes line numbers column to incrementally shrink and disappear
I've set up emacs to display line numbers (global-linum-mode 1), and it works until I start enlarging the text via text-scale-adjust
The line numbers column starts to shrink, and disappears ...
2
votes
1answer
233 views
Control and up/down keys in terminal for use by emacs
Is it possible to use C-up and C-down when running emacs in the terminal window (when starting emacs from the command line with the -nw flag)? What should my terminal send when I press C-up and C-down ...
6
votes
1answer
443 views
Font size issues with Emacs in linum-mode
I am using Emacs 23. linum-mode works well if using with default settings.
But if I increase the font size, the numbers cannot be displayed. It seems the the frame to display the line numbers is not ...
5
votes
1answer
193 views
Emacs mode for man pages
I'm translating man pages, and have run in to a few problems with Emacs.
How do you specify language? (With man, it looks like this man -Lsv shutdown for the Swedish "sv" subdirectory, if ...
5
votes
1answer
738 views
Korn Shell: End, pgup, pgdown, and delete key not working
So basically my End, Pageup/Pagedown, and Delete key are not working in ksh93. I'm running FreeBSD by the way.
My arrow keys are working, and so is my home key.
Those keys work when I put this in my ...
4
votes
1answer
150 views
Emacs commands in xterm
I found that the commands I used to use in gnome-terminal/bash, those I learned in emacs, are only partially working in xterm/bash. In some cases, I get strange chars like ÿ, æ, and â instead. Do you ...
4
votes
2answers
565 views
Why is my hostname different in Emacs?
So I changed the name of my computer recently, by editing /etc/hostname. The bash prompt is user@name, so I know it has worked.
But in emacs, in the window bar it says emacs@name.tiscali.co.uk. ...
3
votes
2answers
461 views
No font in emacs on CentOS
When I open emacs over an SSH connection I get this error
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string ...
3
votes
2answers
169 views
How to bind “ß” to Meta-s?
I am using Carbon-Emacs on MacOS X 10.6 with the US-International keyboard layout. Usually, I can use Alt+s to print the letter "ß". However, Emacs interprets this as Meta+s and complains that there ...
2
votes
1answer
127 views
String syntax for the kbd macro in Emacs [duplicate]
Possible Duplicate:
Associating a function in Emacs after looking up the code with M-x describe-key
I have typed the following macros on my .emacs file
(global-set-key (kbd ...
