サイトマップ 更新履歴 ニュース Elispセクション 利用手引

ThomasAlexanderGerds

Homegrown lisp

FileList

My personal file-manager.

file-list-1.1.2.tar.gz

LatexFrameMode

A minor mode for latex beamer documents which works best with folding-mode and implements some convenience functions:

Lisp:latex-frame-mode.el

EssEdit

Convenience functions for editing in ess (emacs speaks statistics) mode:

Lisp:ess-edit.el

MuseEss

Mixing emacs muse markup with R code and R output

Lisp:muse-ess.el


A major step: moving from XEmacs to emacs

Hi, I have been using XEmacs ever since – for about 15 years – to do everything (fist under unix now ubuntu). Since March 2011 I use emacs 23. The move to emacs imposed a significant psychological burden, and I was most afraid of the following:

     + Q1.7 How do I run Gnus on both Emacs and XEmacs?
     A: You don't.

But this turned out to be no problem at all.

Has XEmacs-Emacs feature translation

As expected, moving from a fully customized system to a slightly different system, requires adjustments, here are some:

 (setq inhibit-startup-screen 'yes-please)
 (add-hook 'after-init-hook 'plan)
 
 (define-key minibuffer-local-filename-completion-map (kbd "SPC")
  'minibuffer-complete-word)
 (define-key minibuffer-local-must-match-filename-map (kbd "SPC")
  'minibuffer-complete-word)
     

Needs XEmacs-Emacs feature translation


Welcome to the wiki. – DrewAdams


CategoryHomepage