Tagged Questions
3
votes
1answer
85 views
Mac Terminal support for multiple fonts
I was trying to get emacs minimap to work on the terminal - http://www.emacswiki.org/emacs/MiniMap
However, the font is the same size as the rest of the screen, which makes it pretty useless. It ...
1
vote
1answer
104 views
Emacs copy a paste line with comment adds extra space / line
I work in emacs in a termal tab, and instead of using the built in copy and paste shortcut commands I generally just highlight (with the mouse) to copy and paste. This works fine for normal ...
1
vote
1answer
32 views
Make meta + arrows count underscore as words?
I find myself using the meta + arrow keys constantly.
When I am editing code, it would be nice if I could count underscores as words so that when I decide to rename a variable it goes to the ...
0
votes
1answer
84 views
Individual terminal tabs running emacs become buggy/corrupted over time
I generally work with a terminal window with a half-dozen tabs open, and that window lives for a week or so. Every once in a while, tabs (running emacs) become corrupted or something [every other ...
2
votes
2answers
97 views
How to have ctrl-left/ctrl-right move over words in Lion
Had a quick question about having emacs-like word skipping in my terminal. I had set this up pre-upgrade to Lion and had ctrl-left & ctrl-right set to \033b & \033f respectively. ...
0
votes
1answer
573 views
“Too many open files” - how can I set the ulimit -n value for emacs on Lion?
I've seen other questions covering the topic of how to set the file limit on Leopard/Lion.
For example:
How to properly increase ulimit -n on Lion?
Too Many Open Files
But after reading ...
2
votes
2answers
549 views
How to get a “modern” emacs that runs in a terminal on os x lion?
I just installed Prompt on my iPad so I could possiby do some real work on my iMac via ssh. so far Mutt and Vim and emacs seemto work responsively enough for me. I've made a few tries at emacs ...
3
votes
2answers
228 views
How can I change Terminal so that I don't have to press ESC every time I want to type a meta-modified key?
Currently in emacs/terminal, I have to press ESC every time I want to send an escaped keystroke, eg: to go forwards two words, I have to press:
ESC+f; ESC+f
How do I change the system so that I ...
1
vote
2answers
692 views
On OS X Lion 10.7.4 in Terminal.app I cannot type `C-M-@` or `C-M-%`, why?
On my MacBook Pro running OS X Lion 10.7.4, there seems to be a keyboard issue. I first noticed this problem when I tried to use the default keybinding to execute mark-sexp and query-replace-regexp in ...
0
votes
2answers
120 views
Gnu-info page exists, but is visible from neither emacs nor terminal
After installing gnuplot on Lion using 'brew gnuplot', the gnuplot info page appears at /usr/local/Cellar/gnuplot/4.4.3/share/info/gnuplot.info
But in the info index page (M-x info) in emacs, I see ...
2
votes
2answers
2k views
Emacs Ctrl-x ctrl-s command not working in Terminal.app
I am having issue when connecting to my school's unix remotely via Terminal (SSH) and attempting to edit code in emacs on my Mac. I have a Macbook Pro running Mac OS 10.6.
I use the emacs that is ...
3
votes
1answer
1k views
How do I send C-/ (that is, control-slash) to the terminal?
I'm trying to run Emacs in a terminal. I've turned on the "use option as meta" in terminal preferences and so it's about 95% working right.
The key sequence ctrl-/ (or in Emacs notation C-/) is ...
0
votes
1answer
486 views
Sluggish cursor movement in emacs in Lion Terminal?
On upgrading to Lion, I noticed that cursor movement in emacs (^-N, ^-P and so on) while running in Terminal has become sluggish. Cursor movement in vi seems fine and cursor movement in Emacs.app ...
5
votes
3answers
2k views
How do I make Terminal.app's scrollbars disappear in Lion?
Once I upgraded to Lion, I found out that the vertical scrollbar is always plastered to the right side of the application window.
Because I run GNU Screen within Terminal.app, the right side of the ...
1
vote
2answers
774 views
Weird keybindings in Mac OS X Terminal.app
I am trying to use the key "shift-tab" in emacs running purely under Terminal.app, but got an error saying there is no keybinding for "M-[ z" (where M is the meta key, set to be the option key under ...
2
votes
2answers
355 views
How can I match the text color and background color in Terminal?
I use emacs/org-mode which uses color for hiding some of the headlines as is shown here.
This works well with Aquamcas, but when I run emacs in text mode, I still see the stars in the headline as I ...