bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

novice-help proposed..


From: Deepak Goel
Subject: novice-help proposed..
Date: 02 Feb 2001 04:05:19 -0500

2, just 2 lines make pico so attractive to beginners.. Those are the 2
help-lines at the bottom of screen..     And those beginners go on to
become experts, sometimes using vi..     

Wouldn't it be cool if we had the same 2 lines for emacs-novices, say
as follows:


(defvar novice-user t)


(if novice-user
    (progn
      (resize-minibuffer-mode 1)
      (run-with-idle-timer 3 t
                           'novice-user-display-message)))

(defun novice-user-display-message ()
  (message
"C-v(Ctrl-v) ==> PgDn; M-v(ESC-v)==>PgUp ; C-x C-c==> Quit;C-h==> help;  
C-x o==> other-window; C-x k ==>kill-window;
C-x C-f ==> find-file; C-x C-s ==> write-files; C-g    ==> break ")
)



====================================================




--Deepak, http://www.glue.umd.edu/~deego
His is the kingdom of the elispland and the editland.  He ordains life
and death and has power over all things.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]