From: Christopher Dimech <dimech@gmx.com>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: I continue to get error ob-ref: unescaped character literals
Date: Mon, 23 Nov 2020 15:45:30 +0100 [thread overview]
Message-ID: <trinity-15ed5b62-b1db-4b25-aec3-2e56fc1c5b99-1606142730604@3c-app-mailcom-bs01> (raw)
In-Reply-To: <877dqcxhun.fsf@web.de>
I am getting the debugger now, thanks
Here is what I get
Debugger entered--Lisp error: "Loading ‘ob-ref’: unescaped character literals `?(..."
require(ob-ref)
eval-buffer(#<buffer *load*-6358> nil "/usr/share/emacs/site-lisp/org-mode/ob.el" nil t) ; Reading at buffer position 1100
load-with-code-conversion("/usr/share/emacs/site-lisp/org-mode/ob.el" "/usr/share/emacs/site-lisp/org-mode/ob.el" nil t)
require(ob)
eval-buffer(#<buffer *load*-504715> nil "/usr/share/emacs/site-lisp/org-mode/ob-emacs-lisp...." nil t) ; Reading at buffer position 1014
load-with-code-conversion("/usr/share/emacs/site-lisp/org-mode/ob-emacs-lisp...." "/usr/share/emacs/site-lisp/org-mode/ob-emacs-lisp...." nil t)
require(ob-emacs-lisp)
(progn (require (intern (concat "ob-" lang))))
(if active (progn (require (intern (concat "ob-" lang)))) (progn (funcall 'fmakunbound (intern (concat "org-babel-execute:" lang))) (funcall 'fmakunbound (intern (concat "org-babel-expand-body:" lang)))))
(let ((active (cdr pair)) (lang (symbol-name (car pair)))) (if active (progn (require (intern (concat "ob-" lang)))) (progn (funcall 'fmakunbound (intern (concat "org-babel-execute:" lang))) (funcall 'fmakunbound (intern (concat "org-babel-expand-body:" lang))))))
(lambda (pair) (let ((active (cdr pair)) (lang (symbol-name (car pair)))) (if active (progn (require (intern (concat "ob-" lang)))) (progn (funcall 'fmakunbound (intern (concat "org-babel-execute:" lang))) (funcall 'fmakunbound (intern (concat "org-babel-expand-body:" lang)))))))((emacs-lisp . t))
mapc((lambda (pair) (let ((active (cdr pair)) (lang (symbol-name (car pair)))) (if active (progn (require (intern (concat "ob-" lang)))) (progn (funcall 'fmakunbound (intern (concat "org-babel-execute:" lang))) (funcall 'fmakunbound (intern (concat "org-babel-expand-body:" lang))))))) ((emacs-lisp . t)))
org-babel-do-load-languages(org-babel-load-languages ((emacs-lisp . t)))
custom-initialize-reset(org-babel-load-languages '((emacs-lisp . t)))
custom-declare-variable(org-babel-load-languages '((emacs-lisp . t)) "Languages which can be evaluated in Org-mode buffe..." :group org-babel :set org-babel-do-load-languages :version "24.1" :type (alist :tag "Babel Languages" :key-type (choice (const :tag "Awk" awk) (const :tag "C" C) (const :tag "R" R) (const :tag "Asymptote" asymptote) (const :tag "Calc" calc) (const :tag "Clojure" clojure) (const :tag "CSS" css) (const :tag "Ditaa" ditaa) (const :tag "Dot" dot) (const :tag "Emacs Lisp" emacs-lisp) (const :tag "Forth" forth) (const :tag "Fortran" fortran) (const :tag "Gnuplot" gnuplot) (const :tag "Haskell" haskell) (const :tag "IO" io) (const :tag "J" J) (const :tag "Java" java) (const :tag "Javascript" js) (const :tag "LaTeX" latex) (const :tag "Ledger" ledger) (const :tag "Lilypond" lilypond) (const :tag "Lisp" lisp) (const :tag "Makefile" makefile) (const :tag "Maxima" maxima) (const :tag "Matlab" matlab) (const :tag "Mscgen" mscgen) (const :tag "Ocaml" ocaml) (const :tag "Octave" octave) (const :tag "Org" org) (const :tag "Perl" perl) (const :tag "Pico Lisp" picolisp) (const :tag "PlantUML" plantuml) (const :tag "Python" python) (const :tag "Ruby" ruby) (const :tag "Sass" sass) (const :tag "Scala" scala) (const :tag "Scheme" scheme) (const :tag "Screen" screen) (const :tag "Shell Script" shell) (const :tag "Shen" shen) (const :tag "Sql" sql) (const :tag "Sqlite" sqlite) (const :tag "ebnf2ps" ebnf2ps)) :value-type (boolean :tag "Activate" :value t)))
eval-buffer(#<buffer *load*-718237> nil "/usr/share/emacs/site-lisp/org-mode/org.el" nil t) ; Reading at buffer position 13420
load-with-code-conversion("/usr/share/emacs/site-lisp/org-mode/org.el" "/usr/share/emacs/site-lisp/org-mode/org.el" nil t)
require(org)
eval-buffer(#<buffer *load*-239083> nil "/home/hagbard/GAdmSw/el/gungadin-org..." nil t) ; Reading at buffer position 2050
load-with-code-conversion("/home/hagbard/GAdmSw/el/gungadin-org..." "/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin-org..." nil nil)
load("/home/hagbard/GAdmSw/el/gungadin-org.el")
eval-buffer(#<buffer *load*-432584> nil "/home/hagbard/GAdmSw/el/gungadin.el" nil t) ; Reading at buffer position 6643
load-with-code-conversion("/home/hagbard/GAdmSw/el/gungadin.el" "/home/hagbard/GAdmSw/GungaDin--1.0/el/gungadin.el" nil nil)
load("~/GAdmSw/GungaDin--1.0/el/gungadin.el")
eval-buffer(#<buffer *load*> nil "/home/hagbard/.emacs" nil t) ; Reading at buffer position 579
load-with-code-conversion("/home/hagbard/.emacs" "/home/hagbard/.emacs" t t)
load("~/.emacs" noerror nomessage)
startup--load-user-init-file(#f(compiled-function () #<bytecode 0x5ce555>) #f(compiled-function () #<bytecode 0x5ce569>) t)
command-line()
normal-top-level()
> Sent: Monday, November 23, 2020 at 3:34 PM
> From: "Michael Heerdegen" <michael_heerdegen@web.de>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: help-gnu-emacs@gnu.org
> Subject: Re: I continue to get error ob-ref: unescaped character literals
>
> Christopher Dimech <dimech@gmx.com> writes:
>
> > That's all I get
>
> Ok, then you don't get an error and thus don't get a debugger.
>
> You can still try to force a debugger: set (probably in a separate Emacs
> session) `debug-on-message' to a regexp matching such a message, e.g.
>
> (setq debug-on-message "unescaped character literals")
>
> then you should get a debugger at the point of time when the according
> message is messaged.
>
> Michael.
>
next prev parent reply other threads:[~2020-11-23 14:45 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-23 3:37 I continue to get error ob-ref: unescaped character literals Christopher Dimech
2020-11-23 8:28 ` Stephen Berman
2020-11-23 12:23 ` Michael Heerdegen
2020-11-23 12:30 ` Christopher Dimech
2020-11-23 12:42 ` Michael Heerdegen
2020-11-23 13:14 ` Christopher Dimech
2020-11-23 13:26 ` Michael Heerdegen
2020-11-23 13:32 ` Christopher Dimech
2020-11-23 13:54 ` Michael Heerdegen
2020-11-23 14:26 ` Christopher Dimech
2020-11-23 14:34 ` Michael Heerdegen
2020-11-23 14:45 ` Christopher Dimech [this message]
2020-11-23 15:40 ` Nick Dokos
2020-11-23 19:16 ` Stephen Berman
2020-11-23 19:28 ` Christopher Dimech
2020-11-23 19:54 ` Stephen Berman
2020-11-23 20:58 ` Christopher Dimech
2020-11-23 21:41 ` Stephen Berman
2020-11-23 22:15 ` bug#44830: Installing Org from Elpa Christopher Dimech
2020-11-28 19:07 ` Glenn Morris
2020-12-15 19:47 ` Stefan Monnier
[not found] ` <jwvsg86c0os.fsf-monnier+bug#44830,18790@gnu.org>
2022-05-03 16:00 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-15ed5b62-b1db-4b25-aec3-2e56fc1c5b99-1606142730604@3c-app-mailcom-bs01 \
--to=dimech@gmx.com \
--cc=help-gnu-emacs@gnu.org \
--cc=michael_heerdegen@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.