Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 07:42:22 -0400
From:      Brian Phillips <stringchopper@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   .emacs error in developer's handbook (section 2.7) standard-display-european & cannot load hilit19
Message-ID:  <CAOo7RY=Ho1z8urT0Gsfw6A1BL09=uwh5ZorX4uMoTegkPabhCg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I'm trying to use the .emacs configuration listed in the FreeBSD
Developer's Handbook, 2.7, and I get these error messages for which google
isn't helping (this neophyte) much. Can someone point me in the right
direction for fixing the 'standard-display-european' issue as well as the
'cannot open load file ... hilit19' problem?

-----------------------------------
Warning (i18n): =E2=80=98standard-display-european=E2=80=99 is semi-obsolet=
e; see its doc
string for details
Warning (initialization): An error occurred while loading
=E2=80=98/home/brian/.emacs=E2=80=99:

File is missing: Cannot open load file, No such file or directory, hilit19

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the =E2=80=98--debug-init=E2=80=99 option to view a complete error backtrac=
e.
-----------------------------------

debug-init looks like this:

-----------------------------------
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No
such file or directory" "hilit19")
  require(hilit19)
  (progn (setq hilit-mode-enable-list '(not text-mode c-mode c++-mode
emacs-lisp-mode lisp-mode scheme-mode) hilit-auto-highlight nil
hilit-auto-rehighlight 'visible hilit-inhibit-hooks nil
hilit-inhibit-rebinding t) (require 'hilit19) (require 'paren))
  (if window-system (progn (setq hilit-mode-enable-list '(not text-mode
c-mode c++-mode emacs-lisp-mode lisp-mode scheme-mode) hilit-auto-highlight
nil hilit-auto-rehighlight 'visible hilit-inhibit-hooks nil
hilit-inhibit-rebinding t) (require 'hilit19) (require 'paren)) (setq
baud-rate 2400))
  eval-buffer(#<buffer  *load*> nil "/home/brian/.emacs" nil t)  ; Reading
at buffer position 7899
  load-with-code-conversion("/home/brian/.emacs" "/home/brian/.emacs" t t)
  load("~/.emacs" t t)
  #f(compiled-function () #<bytecode 0x16c5fd>)()
  command-line()
  normal-top-level()
-----------------------------------

Kind regards,
Brian Paul Phillips



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOo7RY=Ho1z8urT0Gsfw6A1BL09=uwh5ZorX4uMoTegkPabhCg>