[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 23.3 released
From: |
Thierry Volpiatto |
Subject: |
Re: Emacs 23.3 released |
Date: |
Thu, 10 Mar 2011 20:21:43 +0100 |
User-agent: |
Gnus/5.110014 (No Gnus v0.14) Emacs/23.3 (gnu/linux) |
Hi Stefan,
Stefan Monnier <address@hidden> writes:
> A big thanks to everybody for the work they put into this release.
>
> I hope we will be able to jump right to 24.1 without an intermediate
> 23.4, but if you find bugs that are not specific to trunk, please still
> commit them to emacs-23.
>
> Talking about 24.1, I now consider the lexbind-new branch as "fully
> functional": there are still a few changes I want to do there before
> merging, but they should only impact performance and code quality, so
> I encourage people to try it out and report any regression so they can
> be addressed before we merge it into trunk.
A quick try to lexbind give me this error on startup:
--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument listp 0)
ad-parse-arglist(0)
ad-map-arglists(0 0)
ad-make-mapped-call(0 0 ad-Orig-dired-find-file-other-window)
ad-make-advised-definition(dired-find-file-other-window)
ad-activate-advised-definition(dired-find-file-other-window nil)
ad-activate(dired-find-file-other-window nil)
byte-code(
[...]
[current-load-list elscreen-dired-version (lambda (defconst-tmp-var) (defconst
elscreen-dired-version defconst-tmp-var)) "0.1.0 (November 6, 2005)" provide
elscreen-dired require elscreen ad-add-advice dired-find-file-other-window
(elscreen-dired-find-file-other-window nil t (advice lambda nil (let
((window-configuration (current-window-configuration)) (buffer nil)) ad-do-it
(unless (eq major-mode 'dired-mode) (setq buffer (current-buffer))
(set-window-configuration window-configuration)
(elscreen-find-and-goto-by-buffer buffer t))))) around nil ad-activate] 5)
require(elscreen-dired)
eval-buffer(#<buffer *load*> nil "/home/thierry/.emacs.el" nil t) ; Reading
at buffer position 45697
load-with-code-conversion("/home/thierry/.emacs.el" "/home/thierry/.emacs.el"
t t)
load("~/.emacs" t t)
[...]
[init-file-user system-type user-init-file-1 user-init-file otherfile source
ms-dos "~" "/_emacs" windows-nt directory-files nil "^\\.emacs\\(\\.elc?\\)?$"
"~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/_emacs" "/.emacs" t load
expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension
"elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p
message "Warning: %s is newer than %s" sit-for 1 "default" alt
inhibit-default-init inhibit-startup-screen] 7]()
command-line()
normal-top-level()
--8<---------------cut here---------------end--------------->8---
No error with emacs -Q.
--
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
- Re: State of the CEDET merge, (continued)
Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/10
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/10
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/10
- Re: Emacs 23.3 released, Andreas Schwab, 2011/03/11
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
- Re: Emacs 23.3 released, Andreas Schwab, 2011/03/11
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/11
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
Re: Emacs 23.3 released,
Thierry Volpiatto <=
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/10
- Re: Emacs 23.3 released, Thierry Volpiatto, 2011/03/11
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/11
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/12
- Re: Emacs 23.3 released, Stefan Monnier, 2011/03/14
- Re: Emacs 23.3 released, Juanma Barranquero, 2011/03/14
- RE: Lexbind (was: Emacs 23.3 released), Stefan Monnier, 2011/03/14
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/16
- Re: Lexbind (was: Emacs 23.3 released), Eli Zaretskii, 2011/03/17
- Re: Lexbind (was: Emacs 23.3 released), Juanma Barranquero, 2011/03/17