emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/README


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/README
Date: Wed, 27 Jul 2005 14:02:11 -0400

Index: emacs/lisp/term/README
diff -c emacs/lisp/term/README:1.4 emacs/lisp/term/README:1.5
*** emacs/lisp/term/README:1.4  Mon Jul 16 01:51:19 2001
--- emacs/lisp/term/README      Wed Jul 27 18:02:07 2005
***************
*** 8,14 ****
  yield a file that exists, the previous hyphen is stripped, and so on until all
  hyphens are gone.  For example, if the terminal type is `aaa-48-foo', Emacs
  will try first `term/aaa-48-foo.el', then `term/aaa-48.el' and finally
! `term/aaa.el'.
  
     When writing terminal packages, there are some things it is good to keep in
  mind.
--- 8,19 ----
  yield a file that exists, the previous hyphen is stripped, and so on until all
  hyphens are gone.  For example, if the terminal type is `aaa-48-foo', Emacs
  will try first `term/aaa-48-foo.el', then `term/aaa-48.el' and finally
! `term/aaa.el'.  Each terminal specific file should contain a function
! named terminal-init-TERMINALNAME (eg terminal-init-aaa-48 for
! term/aaa-48.el) that Emacs will call in order to initialize the
! terminal. The terminal files should not contain any top level forms
! that are executed when the file is loaded, all the initialization
! actions are performed by the terminal-init-TERMINALNAME functions.
  
     When writing terminal packages, there are some things it is good to keep in
  mind.




reply via email to

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