Skip to content

Instantly share code, notes, and snippets.

@regcl
Created May 23, 2013 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save regcl/5636280 to your computer and use it in GitHub Desktop.
Save regcl/5636280 to your computer and use it in GitHub Desktop.
term-plus-el.make.warning
hobo:~/term-plus-el $ date
Thu May 23 08:55:49 EDT 2013
hobo:~/term-plus-el $ make clean
rm -f *~
rm -f \#*\#
rm -f *.elc
rm -f .depend
hobo:~/term-plus-el $ make
Compute dependencies
emacs --batch -Q -L . \
-f batch-byte-compile term+vars.el
Wrote /Users/regcl/term-plus-el/term+vars.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+input.el
Wrote /Users/regcl/term-plus-el/term+input.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+edit.el
Wrote /Users/regcl/term-plus-el/term+edit.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+logging.el
Wrote /Users/regcl/term-plus-el/term+logging.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+file-transfer.el
Wrote /Users/regcl/term-plus-el/term+file-transfer.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+shell-history.el
Wrote /Users/regcl/term-plus-el/term+shell-history.elc
emacs --batch -Q -L . \
-f batch-byte-compile term+.el
Wrote /Users/regcl/term-plus-el/term+.elc
emacs --batch -Q -L . \
-f batch-byte-compile xterm-256color.el
In term-ansi-256-setup:
xterm-256color.el:58:16:Warning: `term-default-fg-color' is an obsolete
variable (as of 24.3); use the face `term' instead.
xterm-256color.el:60:28:Warning: `term-default-fg-color' is an obsolete
variable (as of 24.3); use the face `term' instead.
xterm-256color.el:61:16:Warning: `term-default-bg-color' is an obsolete
variable (as of 24.3); use the face `term' instead.
xterm-256color.el:63:28:Warning: `term-default-bg-color' is an obsolete
variable (as of 24.3); use the face `term' instead.
In term-need-filling:
xterm-256color.el:235:16:Warning: `term-default-bg-color' is an obsolete
variable (as of 24.3); use the face `term' instead.
Wrote /Users/regcl/term-plus-el/xterm-256color.elc
hobo:~/term-plus-el $ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i386-apple-darwin11.3.0
hobo:~/term-plus-el $ emacs --version
GNU Emacs 24.3.1
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
hobo:~/term-plus-el $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment