I\'ve checked my elisp files to make su开发者_如何学Cre that I do not have any bindings that contain Shift+R (and I have not found any). I expect SHIFT+R to print an uppercase character, but instead I
I\'ve decided to rewrite my .emacs from the ground up, and I want to setup something that\'s modular, in order to avoid a dreaded 1k+ LoC init.el file...
Is there a built-in or 3rd party elisp command to mov开发者_运维百科e to the matching brace in cc-mode?
I\'ve 开发者_如何学Gobeen a fairly regular emacs user for about 4 years, but I\'m still a newbie when it comes to customizing emacs and troubleshooting elisp. Recently, I\'ve started customizing emacs
Okay, I\'m a newb to modifying my .el files. All I want to do is something like: (setq windows-path \"c:/Documents and Settings/cthiel/projects/windows_setup/emacs/\")
How can I sort the following buffer data by the second field (author\'s name) or third field (published date)?I\'d like a pure elisp solution, so I\'d rather not have a solution that used M-|.
I\'m trying to get Wanderlust working in Windows to connect to Gmail.Compiling the code is much more painful than expected.Here are the barriers so far:
If I want to highlight some words in my doc in Emacs, how can I do it. For开发者_开发知识库 example I have a log file where I recorded some daily information. And I want to make all \"TODO\" in this
I\'ve been getting this error in emacs whenever I type anything in certain buffers: c-forward-sws: Wrong type argument: stringp, nil
At t开发者_JAVA技巧he top of my elisp module, I want to do something as simple as: (message (concat \"Loading \" (expand-file-name (current-elisp-module) \".\")))