background preloader

Emacs

Facebook Twitter

What is your favourite plugin in Emacs. Evil - Home - Open wiki. Customisation Part 1 - EmacsMovies.org. This is the first of a two part episode that discusses how to do basic customisation of Emacs.

Customisation Part 1 - EmacsMovies.org

This episode covers some basic elisp which is the language that you can extend and modify Emacs with. I do have an entire section dedicated to teaching Emacs lisp. This is a quick intro solely for the purpose of doing basic customisations. The H.264 version of the video for iOS devices is at The main things which are covered are. Keyboard macros - EmacsMovies.org. A little late but it’s finally up.

Keyboard macros - EmacsMovies.org

We’re discussing keyboard macros in this episode. Keyboard macros are Emacs’ way of recording and playing back a series of keys. It’s a useful feature that many people don’t sufficiently use. The excellent Emacs Rocks series of screencasts has some episodes on clever macro usage to reduce the number of keys needed to perform some kind of task. The H.264 version of the video for iOS devices is at Topics covered C-x ( and C-x ) to start and stop recording macros. The F3 and F4 keys offer a convenient combination of the basic macro record and playback functions.

Efficient editing of TeX and LaTeX in Emacs. B.

Efficient editing of TeX and LaTeX in Emacs

Narasimhan Friday, October 25, 12:00, in Room 450 (Seminar room) Emacs comes with a package for editing TeX and LaTeX files. You might have encountered it when you loaded any file with the extension .tex into Emacs. However, this package is extremely limited in its functionality. AUC TeX is a comprehensive customizable integrated environment for writing input files for LaTeXusing Emacs. AUC TeX lets you run TeX, LaTeX, and other LaTeX-related tools, such as a output filters or post processor from inside Emacs. AUC TeX automatically indents your LaTeX source, not only as you write it--you can also let it indent and format an entire document. Apart from these special features, AUC TeX provides an large range of handy Emacs macros, which in several different ways can help you write your LaTeX documents fast and painless. Zen Coding. Zen Coding refers to a neat way to write markup quickly.

Zen Coding

The following blogs provide summary and examples: Emmet Zen Coding has been renamed to Emmet and includes an expanded feature set. See Shin Aoyama’s Github page for a fork of Ron’s repo that includes new Emmet features. zencoding-mode.

OrgMode

Mint 12 - Guide des trucs et astuces. Auto Complete Mode for GNU Emacs. Emacs yasnippet. Xah Emacs Tutorial. Nothing This emacs tutorial is designed for programers & scientists who wish to learn emacs to get things done quickly, without spending a lot time on Emacs's special terminologies & methods.

Xah Emacs Tutorial

For programers, knowing emacs benefits you for life. Use the search box at top to find things. For new articles, subscribe: Xah Emacs Blog. Quick Tips Working with Files the church of emacs filling, of chars lispy and binding, buffers insert yank, meta sexp add-hook, Eight M-bites And C. Find & Replace Tab, Indentation, Whitespace Editing Tricks Common Tasks Using shell #! Working with HTML. Org mode for Emacs – Your Life in Plain Text. What are some excellent Emacs utter beginner resources. Fix that awful color scheme. The default Emacs color scheme is affectionately known as “angry fruit salad”.

Fix that awful color scheme

Default font “Fonts” in the Emacs manual says: Click on ‘Set Default Font’ in the ‘Options’ menu. To save this for future sessions, click on ‘Save Options’ in the ‘Options’ menu. “DejaVu Sans Mono” is a good choice (also known as “Bitstream Vera Sans Mono”, or “Menlo” on OS X 10.6+). The “Save Options” menu command automatically modified your init file with the new settings (and told you so in the echo area, now in the *Messages* buffer if you missed it).

There is a known bug on OS X that prevents “Save Options” from saving changes to the default font. Syntax highlighting colors Font Lock mode is the minor mode responsible for syntax highlighting. But to merely change the colors: Figure out the name of the face you want to change: describe-face (defaults to the face at point) or list-faces-display. Color Theming in Emacs: Reloaded. Prelude If there is something that people love as much as tweaking their editing configurations it’s probably the selection of color themes.

Color Theming in Emacs: Reloaded

A good color theme can make your work much more pleasant and a bad one that literally impair your vision. It’s a fact of life that I’m a firm supporter of low-contrast color themes with dark backgrounds – I find them easy on the eyes and I feel that they don’t strain the eyes as much as most themes. Auto Complete. Auto completion with popup menu. Downloads and full documentation are found at the following page: Features Visual interfaceReduce overhead of completion by using statistic methodExtensibilityLightweightWorks in both TTY and X interfaces Screenshot Extensions.

Indentation Commands - GNU Emacs Manual. Apart from the <TAB> (indent-for-tab-command) command, Emacs provides a variety of commands to perform indentation in other ways.

Indentation Commands - GNU Emacs Manual

C-j Perform <RET> followed by <TAB> (newline-and-indent).

Débogeur Valgring/Gdb

.emacs.