emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#12965: closed (24.3.50; Suppress *Compile-log* buf


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12965: closed (24.3.50; Suppress *Compile-log* buffer during init)
Date: Tue, 27 Nov 2012 05:17:02 +0000

Your message dated Tue, 27 Nov 2012 00:15:11 -0500
with message-id <address@hidden>
and subject line Re: bug#12965: 24.3.50; Suppress *Compile-log* buffer during 
init
has caused the debbugs.gnu.org bug report #12965,
regarding 24.3.50; Suppress *Compile-log* buffer during init
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12965: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12965
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; Suppress *Compile-log* buffer during init Date: Fri, 23 Nov 2012 13:09:46 +0530
When I am starting up my Emacs, I am getting a split window with top
half containing `initial-buffer-choice' and bottom half showing
"*Compile-Log*" contents.

,----
| elisp/bbdb-2.35/lisp/bbdb-com.elc:Warning: Use `with-current-buffer' rather
|     than save-excursion+set-buffer
| .emacs.elc:Warning: reference to free variable `Info-current-file'
`----

Should snippet below /really/ produce a "*Compile-Log*" when /loading/
my .emacs.elc.

Anyways, I need a way to have this "*Compile-Log*" suppressed or buried.
AFAIK, this "split-window-with-compile-log-in-foreground" is a fairly
recent behaviour with the trunk.


Annexure:

--8<---------------cut here---------------start------------->8---
;; (require 'info)
(defadvice info-display-manual
  (after my-info-display-manual activate)
  (rename-buffer
   (format "*info* (%s)"
           (capitalize (file-name-directory Info-current-file)))))

(global-set-key "i" (quote info-display-manual))
--8<---------------cut here---------------end--------------->8---

In GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2012-11-21 on debian-6.05
Bzr revision: 110967 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t




--- End Message ---
--- Begin Message --- Subject: Re: bug#12965: 24.3.50; Suppress *Compile-log* buffer during init Date: Tue, 27 Nov 2012 00:15:11 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> Fixed.  The bug can be closed.

Thanks, done.

>     2. It contains a sole warning 

>         ,----
>         | elisp/bbdb-2.35/lisp/bbdb-com.elc:Warning: Use 
> `with-current-buffer' rather
>         |     than save-excursion+set-buffer
>         `----

Until someone changes bytecomp.el to use `message' when compiling
a single function, you'll either have to live it or fix it on
BBDB's side.
BTW, you might like to upgrade to bbdb-3.


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]