2019
Uniquify - GNU Emacs Manual
(custom-set-variables
'(uniquify-buffer-name-style 'forward)
; ...
EmacsWiki : Programming With Python Mode Dot El
(via)(add-to-list 'auto-mode-alist '("SCons[tc]r[iu][cp]t$" . python-mode))
2014
XEmacs: A Collection of Tutorials on Emacs - Indentation
(via)configured in .xemacs/custom.el, not in .xemacs-custom, apparently.
2013
2012
Jérôme Radix Blog: Comment exécuter du code par projet dans Emacs
j'ai besoin de gérer une configuration particulière par projet, le terme projet correspondant ici à un ensemble cohérent de fichiers permettant de produire un certain nombre de livrables clairement identifiés (un peu comme le fichier build.xml pour Apache Ant).
Dans Emacs, il existe quelques fonctions bien pratiques pour faire cela
2010
UTF-8 Setup Mini HOWTO
(via)evaluating
(require 'un-define) (set-coding-priority-list '(utf-8)) (set-coding-category-system 'utf-8 'utf-8)
in the scratch buffer before opening the UTF-8 document was sufficient. RAW documents remained RAW, afaik.
2007
1
(7 marks)