- If you want hooks to run call
normal-mode
- If you don’t want hooks to run call
hack-local-variables
Tag: Emacs
Hide uninteresting files in dired-mode
I just found a neat trick today i.e hiding uninteresting(temporary files like backup or autosave files, all files of a particular extension or a particular set of files which match a regexp) files in
dired-mode
usingdired-x
. Here’s how I did it in my.emacs
:-
lbForth, Common Lisp, and Forth Emacs fmacs
lbForth is bootstrapped by a forth-metacompiler and used to implement fmacs.
AppleScript integration for Org Babel
Been looking for an excuse to play with AppleScript?!
Now you have one very good one!
Best Way To Transliterate Unicode to ASCII? Python Help Needed With Solution.
For creating audio-books I use a text-to-speech engine. One problem is that the application dies on Unicode text. The documents that I encode are too long to correct manually so I want it automated. The correction isn’t as simple as removing all Unicode text though because if possible I don’t want to lose the meaning of the character when it is easily converted to ASCII.
Continue reading “Best Way To Transliterate Unicode to ASCII? Python Help Needed With Solution.”
Easily insert Unicode mathematical Fraktur characters
;; Transliterate ASCII a-z and A-Z to their Unicode mathematical ;; Fraktur equivalent. Eszett and umlaut aren't used because the Unicode ;; specification defines these characters only as a mathematical symbol via ;; `http://www.unicode.org/faq/ligature_digraph.html'.
outorg Lets You Convert Source-Code Buffers Temporarily To Org-Mode For Comment Editing
outorg lets you convert source-code buffers temporarily to org-mode for comment editing.
Emacs-wgrep Provides Writable Grep Buffers That Apply The Changes To The Files
Emacs-wgrep provides writable grep buffer that apply the changes to files.
Intuitive and familiar idea if you already like editable dired buffers.
It Is Time To Migrate from grep to ag
ag is fast, does what you expect, and works well with Emacs. Maybe it is time for you to switch.
A Scheme Dialect Based Emacs Clone
Femto-Emacs is an Emacs clone built on the Scheme dialect femtolisp.