* bug#11842: *Compile-Log*: Don't know how to compile nil
@ 2012-07-02 11:06 Marius Hofert
2012-07-02 23:20 ` Glenn Morris
0 siblings, 1 reply; 4+ messages in thread
From: Marius Hofert @ 2012-07-02 11:06 UTC (permalink / raw)
To: 11842
Hi,
I would like to report a bug of Emacs, version:
,----[ M-x version ]
| GNU Emacs 24.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2012-07-01 on rhenium, modified by Debian
`----
Whenever I open a .tex file (LaTeX), a buffer named "*Compile-Log*" pops up,
containing "Error: Don't know how to compile nil". This error message is
appended to *Compile-Log* each time I open a .tex document. It seems that this
bug is related to AUCTeX. The only thing I found is:
,----
| http://old.nabble.com/bug-11837%3A-24.1.50--*Compile-Log*-Error%3A-Don%27t-know-how-to-compile-nil-td34099807.html
`----
which means that I am not alone. Hopefully, it is not too difficult to fix, it's
quite annoying.
Cheers,
Marius
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1341233833.27519.3.camel@jasox>]
* bug#11842: *Compile-Log*: Don't know how to compile nil
[not found] <1341233833.27519.3.camel@jasox>
@ 2012-07-02 13:44 ` Marius Hofert
0 siblings, 0 replies; 4+ messages in thread
From: Marius Hofert @ 2012-07-02 13:44 UTC (permalink / raw)
To: jasox lispy; +Cc: 11842
I've never used "slime" before (or at least not that I know of). Not sure if
this is the source of the bug.
jasox lispy <jasox.lispy@gmail.com> writes:
> I have same bug on emacs 24.1.50.1, but I found out that my slime conf
> was reason for that bug.
> Here is my slime-conf.el file, this works well on emacs23.
>
> (eval-after-load "slime"
> '(progn
> (setq slime-lisp-implementations
> '((sbcl ("/usr/bin/sbcl"))))
> (slime-setup '(
> slime-autodoc
> slime-editing-commands
> slime-fancy-inspector
> slime-fontifying-fu
> slime-fuzzy
> slime-indentation
> slime-mdot-fu
> slime-package-fu
> slime-references
> slime-repl
> slime-sbcl-exts
> slime-scratch
> slime-xref-browser
> ))
> (slime-autodoc-mode)
> (setq slime-complete-symbol*-fancy t)
> (setq slime-complete-symbol-function
> 'slime-fuzzy-complete-symbol)))
>
> (require 'slime)
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-07-03 2:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 11:06 bug#11842: *Compile-Log*: Don't know how to compile nil Marius Hofert
2012-07-02 23:20 ` Glenn Morris
2012-07-03 2:19 ` Marius Hofert
[not found] <1341233833.27519.3.camel@jasox>
2012-07-02 13:44 ` Marius Hofert
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).