emacs
In Emacs how to operate (i.e. search) only in code regions?
I\'d like to isearch/search-replace/occur only in code (that is not in comments or strings). This must be a common problem, so what packages do this already?[详细]
2023-04-07 08:38 分类:问答Interactive command for inserting the string returned by a function
When evaluating elisp symbolic expressions with (eval-last-sexp), bound to C-x C-e, I can just type C-u before that command to insert the result of the expression into the current buffer.[详细]
2023-04-07 07:59 分类:问答Is there a quick way to unbind keys in Emacs?
I did a ctrl h b to view all my bindings in emacs. Now I want to unbind a lot of keys, simply because I never use those functions of Emacs and I don\'t want to perform them when I accidently press the[详细]
2023-04-07 04:24 分类:问答Emacs like strict auto-indent in vim
Emacs, while editing a C file, forces me to follow a particular indentation. When I press tab on an incorrectly indented line,开发者_开发问答 it corrects the indentation. I want this behaviour from my[详细]
2023-04-07 03:58 分类:问答Emacs mmm-mode not highlighting a ruby submode (ERB) without a newline? Elisp advice?
I\'m trying to get ERB templates \'working\' in Emacs 22 and 23 (two different servers开发者_运维百科).[详细]
2023-04-07 01:32 分类:问答Emacs symbol-at-point with C++ scope
Has anyone extended symbol-at-point to include, in my use case the C++开发者_如何学C namespace, scope as well?[详细]
2023-04-07 00:54 分类:问答ECB context menu in Aquamacs
ECB (Emacs Code Browser) has context menu to add file, delete file etc. The context menu is opened when clicking right mouse button.[详细]
2023-04-07 00:50 分类:问答Emacs project management for Scala
I would like to ask if any of you have any experience {and,or} could point me to a project management extension for Emacs that works well with {Scala,Ensime,SBT}. It would also be amazing if it didn\'[详细]
2023-04-07 00:48 分类:问答Running a macro till the end of text file in Emacs
I have a text file with some sample content as shown here:开发者_JAVA百科 Sno = 1p Sno = 2p Sno = 3p[详细]
2023-04-07 00:19 分类:问答Emacs: how do I set a major-mode stored in a variable?
Suppose I have a variable newName which is bearing some mode name, e.g. \"python-mode\". How do I make current buffer of the mode specified by newName?[详细]
2023-04-06 23:39 分类:问答