/[emacs]/emacs/lisp/progmodes/compile.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/compile.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.345 by eliz, Sat Jan 29 15:50:26 2005 UTC revision 1.346 by kfstorm, Wed Feb 9 15:50:36 2005 UTC
# Line 459  starting the compilation process.") Line 459  starting the compilation process.")
459      (t (:weight bold)))      (t (:weight bold)))
460    "Face used to highlight compiler warnings."    "Face used to highlight compiler warnings."
461    :group 'font-lock-highlighting-faces    :group 'font-lock-highlighting-faces
462    :version "21.4")    :version "22.1")
463    
464  (defface compilation-info-face  (defface compilation-info-face
465    '((((class color) (min-colors 16) (background light))    '((((class color) (min-colors 16) (background light))
# Line 470  starting the compilation process.") Line 470  starting the compilation process.")
470      (t (:weight bold)))      (t (:weight bold)))
471    "Face used to highlight compiler warnings."    "Face used to highlight compiler warnings."
472    :group 'font-lock-highlighting-faces    :group 'font-lock-highlighting-faces
473    :version "21.4")    :version "22.1")
474    
475  (defvar compilation-message-face nil  (defvar compilation-message-face nil
476    "Face name to use for whole messages.    "Face name to use for whole messages.
# Line 1133  info, are considered errors." Line 1133  info, are considered errors."
1133                   (const :tag "Info" 1)                   (const :tag "Info" 1)
1134                   (const :tag "None" 0))                   (const :tag "None" 0))
1135    :group 'compilation    :group 'compilation
1136    :version "21.4")    :version "22.1")
1137    
1138  (defcustom compilation-skip-visited nil  (defcustom compilation-skip-visited nil
1139    "*Compilation motion commands skip visited messages if this is t.    "*Compilation motion commands skip visited messages if this is t.
# Line 1142  to from the current content in the curre Line 1142  to from the current content in the curre
1142  from a different message."  from a different message."
1143    :type 'boolean    :type 'boolean
1144    :group 'compilation    :group 'compilation
1145    :version "21.4")    :version "22.1")
1146    
1147  ;;;###autoload  ;;;###autoload
1148  (defun compilation-mode (&optional name-of-mode)  (defun compilation-mode (&optional name-of-mode)
# Line 1557  region and the first line of the next re Line 1557  region and the first line of the next re
1557  If nil, don't scroll the compilation output window."  If nil, don't scroll the compilation output window."
1558    :type '(choice integer (const :tag "No window scrolling" nil))    :type '(choice integer (const :tag "No window scrolling" nil))
1559    :group 'compilation    :group 'compilation
1560    :version "21.4")    :version "22.1")
1561    
1562  (defsubst compilation-set-window (w mk)  (defsubst compilation-set-window (w mk)
1563    "Align the compilation output window W with marker MK near top."    "Align the compilation output window W with marker MK near top."

Legend:
Removed from v.1.345  
changed lines
  Added in v.1.346

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26