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

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

Re: term variables


From: Markus Rost
Subject: Re: term variables
Date: Mon, 3 Mar 2003 14:56:32 -0500 (EST)

   From: Richard Stallman <address@hidden>
   CC: address@hidden
   Reply-to: address@hidden
   Date: Mon, 03 Mar 2003 13:59:30 -0500

   They should probably use the `color' widget type.

Ah, yes.  It seems my brain has switched off Custom Mode already.

So, let me know if I should install the following patch.


===Buffer *diff*============================================
cd /home/rost/cvs/emacs/lisp/
diff -c /home/rost/cvs/emacs/lisp/term.el /tmp/buffer-content-22270klv
*** /home/rost/cvs/emacs/lisp/term.el   Tue Feb  4 07:08:27 2003
--- /tmp/buffer-content-22270klv        Mon Mar  3 14:47:10 2003
***************
*** 710,721 ****
  (defcustom term-default-fg-color nil
    "Default color for foreground in `term'."
    :group 'term
!   :type 'string)
  
  (defcustom term-default-bg-color nil
    "Default color for background in `term'."
    :group 'term
!   :type 'string)
  
  (defvar ansi-term-color-vector
    [nil "black" "red" "green" "yellow" "blue"
--- 710,721 ----
  (defcustom term-default-fg-color nil
    "Default color for foreground in `term'."
    :group 'term
!   :type '(choice (const nil) color))
  
  (defcustom term-default-bg-color nil
    "Default color for background in `term'."
    :group 'term
!   :type '(choice (const nil) color))
  
  (defvar ansi-term-color-vector
    [nil "black" "red" "green" "yellow" "blue"

Diff finished at Mon Mar  3 14:47:11

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





reply via email to

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