emacs
Emacs: python-shell doesn't respond to RET
When I start python-shell (or even just start python from M-x shell), Emacs gives the expectedprompt:[详细]
2023-04-08 17:44 分类:问答How do you run multiple instance of gud in emacs
I want to debug C++ and and php in the same emacs instance (using gdb and a php debugging mode that uses gud-common-init). When I fire both up everything just开发者_开发技巧 gets messed up. My guess i[详细]
2023-04-08 16:28 分类:问答Defining Control-Shift-* Emacs keyboard shortcuts
I\'m trying to define the following two keyboard shortcuts to move between windows in Emacs: C-shift-n: Move to the next window[详细]
2023-04-08 13:37 分类:问答In emacs, query-replace-regexp keyboard shortcut doesn't work in the terminal (e.g., emacs -nw)
Is it expected that C-M-% and ESC C-% do not run the command query-replace-regexp when running emacs in a terminal window (for example, emacs -nw)?[详细]
2023-04-08 13:12 分类:问答emacs 23.2.1: character-by-character copying from the previous line seems broken
After upgrading to emacs 23.2.1 with Fedora 15 one of my emacs functions is broken and I just can\'t seem to find the problem. Something has to have changed, but I sure can\'t find it in the elisp doc[详细]
2023-04-08 09:58 分类:问答emacs parenthethes matching wrong
I wrote a small major-mode for a C++-like language(so I am using the C++ syntax table): (setq tacc-mode-syntax-table c++-mode-syntax-table)[详细]
2023-04-08 04:50 分类:问答How do I bind latexmk to one key in Emacs and have it show errors if there are any
I\'m using开发者_开发知识库 AUCTeX and I would like to bind a key, e.g. C-0, that does the following:[详细]
2023-04-08 04:33 分类:问答Highlighting and replacing non-printable unicode characters in Emacs
I have an UTF-8 file containing some Unicode characters like LEFT-TO-RIGHT OVERRIDE (U+202D) which I w开发者_如何学编程ant to remove from the file. In Emacs, they are hidden (which should be the corre[详细]
2023-04-08 00:30 分类:问答Setting relative Tex-Master file in Latex
I use Aquamacs and TeX Live 2009 to edit my LaTeX files. As my publications tend to get quite big, I want to structure the source folder containing all my LaTeX files. Like e.g.[详细]
2023-04-07 23:09 分类:问答Emacs truncate lines in all buffers
What can I put in my .emacs file so that all line开发者_高级运维s an any kind of buffer always truncate if too long. I do this mostly because I tend to open many frames and it gets hard to read on a s[详细]
2023-04-07 22:41 分类:问答