all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Trouble with Emacs24 on Debian
@ 2014-11-05 10:41 Lorenzo Isella
  2014-11-05 14:28 ` Gian Uberto Lauri
  2014-11-05 14:37 ` Michael Heerdegen
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Isella @ 2014-11-05 10:41 UTC (permalink / raw)
  To: help-gnu-emacs

Dear All,
I am running debian testing on my box.
After an update, I discovered that emacs sends out an error message while processing my .emacs file (which is a bit long and messy, I admit that, but it does what I need and never gave me a problem in the past).
However, if I run emacs23, everything is fine and I get no error message.
Please find at the end of the email the message I get when I run

emacs24 --debug-init

For me it is Greek, so any suggestion is really appreciated.
Cheers

Lorenzo


#########################################################################à

Debugger entered--Lisp error: (void-function ad-advised-definition-p)
  (ad-advised-definition-p (quote other-window))
    (if (ad-advised-definition-p (quote other-window)) (progn (sr-speedbar-handle-other-window-advice value)))
      (lambda (symbol value) (set symbol value) (if (ad-advised-definition-p (quote other-window)) (progn (sr-speedbar-handle-other-window-advice value))))(sr-speedbar-skip-other-window-p nil)
        custom-initialize-reset(sr-speedbar-skip-other-window-p nil)
	  custom-declare-variable(sr-speedbar-skip-other-window-p nil "Whether skip `sr-speedbar' window with `other-window'.\nDefault, can use `other-window' select window in cyclic\nordering of windows.  But sometimes we don't want select\n`sr-speedbar' window use `other-window'.\nJust want make `sr-speedbar' window as a view sidebar.\n\nSo please turn on this option if you want skip\n`sr-speedbar' window with `other-window'.\n\nDefault is nil." :type boolean :set (lambda (symbol value) (set symbol value) (if (ad-advised-definition-p (quote other-window)) (progn (sr-speedbar-handle-other-window-advice value)))) :group sr-speedbar)
	    eval-buffer(#<buffer  *load*-771461> nil "/usr/share/emacs/site-lisp/sr-speedbar.el" nil t)  ; Reading at buffer position 10279
	      load-with-code-conversion("/usr/share/emacs/site-lisp/sr-speedbar.el" "/usr/share/emacs/site-lisp/sr-speedbar.el" nil t)
	        require(sr-speedbar)
		  eval-buffer(#<buffer  *load*> nil "/home/lorenzo/.emacs" nil t)  ; Reading at buffer position 3251
		    load-with-code-conversion("/home/lorenzo/.emacs" "/home/lorenzo/.emacs" t t)
		      load("~/.emacs" t t)
		        #[0 "205\262



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

* Re: Trouble with Emacs24 on Debian
  2014-11-05 10:41 Trouble with Emacs24 on Debian Lorenzo Isella
@ 2014-11-05 14:28 ` Gian Uberto Lauri
  2014-11-05 14:37 ` Michael Heerdegen
  1 sibling, 0 replies; 3+ messages in thread
From: Gian Uberto Lauri @ 2014-11-05 14:28 UTC (permalink / raw)
  To: Lorenzo Isella; +Cc: help-gnu-emacs

Lorenzo Isella writes:
 > emacs24 --debug-init
 > 
 > For me it is Greek, so any suggestion is really appreciated.

 > Debugger entered--Lisp error: (void-function ad-advised-definition-p)

For what I recall from liceo :), this error is caused by an attempt to
invoke a function that is no more.

Some wise Emacs guru will tell you how to replace it.

It's better for me to stay silent, the last time I concoct something
using a couple of shell script, a wise Emacs guru replaced all the
circus with a single Emacs Lisp function invocation.

-- 
 /\           ___                                    Ubuntu: ancient
/___/\_|_|\_|__|___Gian Uberto Lauri_____               African word
  //--\| | \|  |   Integralista GNUslamico            meaning "I can
\/                 coltivatore diretto di software       not install
     già sistemista a tempo (altrui) perso...                Debian"

Warning: gnome-config-daemon considered more dangerous than GOTO



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

* Re: Trouble with Emacs24 on Debian
  2014-11-05 10:41 Trouble with Emacs24 on Debian Lorenzo Isella
  2014-11-05 14:28 ` Gian Uberto Lauri
@ 2014-11-05 14:37 ` Michael Heerdegen
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Heerdegen @ 2014-11-05 14:37 UTC (permalink / raw)
  To: help-gnu-emacs

Lorenzo Isella <lorenzo.isella@yopmail.com> writes:

> Debugger entered--Lisp error: (void-function ad-advised-definition-p)
> [...]
> require(sr-speedbar)

Looking at the code, this should not happen with a recent version of
sr-speedbar. Can you try upgrading it?

Michael.




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

end of thread, other threads:[~2014-11-05 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 10:41 Trouble with Emacs24 on Debian Lorenzo Isella
2014-11-05 14:28 ` Gian Uberto Lauri
2014-11-05 14:37 ` Michael Heerdegen

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.