ring size - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
perl.cpan.testers 95
alt.philosophy 66
alt.magick 37
alt.personals.phone 19
alt.2eggs.sausage ... cheerslove 19
uk.transport.london 15
alt.magic.secrets 12
alt.nuke.the.usa 11
soc.culture.hongkong 10
uk.transport 9
Last week most active authors
No posts for a week
Last active threads
Those blasted \201 characters
Started Peter Dalgaard · Date: Sep 15, 2006 08:07 · 9 post(s)
Re: RfD - Enhanced local variable syntax (long)
Started Stephen Pelc · Date: Aug 21, 2006 04:14 · 4 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: Those blasted \201 characters
Group: gnu.emacs.gnus · Group Profile · Search for ring size in gnu.emacs.gnus
Author: Peter Dalgaard
Date: Sep 15, 2006 13:56

..."\e\e" 'ESC-prefix) (global-set-key [remove] 'delete-char) (global-set-key [delete] 'delete-char) (setq sentence-end-double-space nil) (setq comint-input-ring-size 256) (setq auto-mode-alist (cons '("\\.?web$" . indented-text-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("snd\\.[0-9]*" . text-mode) auto-mode-alist))...
Show full article (12.45Kb)
Re: Saving/Recalling Shell Commands History?
Group: gnu.emacs.help · Group Profile · Search for ring size in gnu.emacs.help
Author: Peter Dyballa
Date: Aug 21, 2006 13:09

... documentation writes: (defun comint-read-input-ring (&optional silent) "Set the buffer's... `comint-input-ring-size', regardless of file size. If `comint-input-... nothing. (defun comint-write-input-ring () "Writes the buffer's `comint-... by the variable `comint-input-ring- file-name'. The original contents of... are lost if `comint-input-ring' is not empty. If `comint-... I have set comint-input-ring-file-name, this file never ...
Show full article (1.38Kb)