emacs-devel
[Top][All Lists]
Advanced

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

Re: Current master does not work with sr-speedbar package (W64 build)


From: Eli Zaretskii
Subject: Re: Current master does not work with sr-speedbar package (W64 build)
Date: Thu, 06 Dec 2018 08:35:02 +0200

> Date: Thu, 6 Dec 2018 00:07:27 +0100 (CET)
> From: Angelo Graziosi <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden,
>       address@hidden
> 
> OK, I have renounced to start sr-speedbar with Emacs and created this simple 
> init.el initialization file:
> 
> $ cat init.el
> (require 'sr-speedbar)
> 
> ;; Setup sr-speedbar
> (setq sr-speedbar-default-width 30)
> (setq sr-speedbar-width 30)
> (setq sr-speedbar-max-width 30)
> (setq sr-speedbar-auto-refresh t)
> 
> with it, Emacs starts with *GNU Emacs* buffer and minibuffer has "For 
> information....", as it is expected...
> 
> ...but if now I open the sr-speedbar window:
> 
>   M-x sr-speedbar-open
> 
> I get the same BAD behavior... and the minibuffer shows "Opening directory: 
> No such file or directory, c:/msys64/tmp/emacs-master/src/"! 
> 
> WHY it refers to its build directory??? 

This sounds like sr-speedbar specific issue to me.

As to why Emacs complains about that directory, could you turn on
debug-on-error and show a Lisp backtrace from that error?



reply via email to

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