unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* 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

* bug#11842: *Compile-Log*: Don't know how to compile nil
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2012-07-02 23:20 UTC (permalink / raw)
  To: Marius Hofert; +Cc: 11842

Marius Hofert wrote:

> 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.

Well no; that points to an existing Emacs bug report. So there was
really no need for you to open another report that just says the same
thing.

The canonical location of your "old.nabble.com" link is:

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11837

I don't know what value nabble is supposed to add to bug-gnu-emacs.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#11842: *Compile-Log*: Don't know how to compile nil
  2012-07-02 23:20 ` Glenn Morris
@ 2012-07-03  2:19   ` Marius Hofert
  0 siblings, 0 replies; 4+ messages in thread
From: Marius Hofert @ 2012-07-03  2:19 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 11842



Glenn Morris <rgm@gnu.org> writes:

> Marius Hofert wrote:
>
>> 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.
>
> Well no; that points to an existing Emacs bug report. So there was
> really no need for you to open another report that just says the same
> thing.

The reason I opened the bug report was that I did not see any action around the
link / replies etc. I just wasn't sure this was a proper bug report.

>
>
> The canonical location of your "old.nabble.com" link is:
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11837

Thanks.

>
>
> I don't know what value nabble is supposed to add to bug-gnu-emacs.

I really don't know why this nabble-stuff is coming up all the time. There is no
added value. It's the same within the R community -- you search for something,
you end up at nabble... it's annoying (imho).





^ 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).