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

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

[debbugs-tracker] bug#32987: closed (27.0.50; `revert-buffer' fails in o


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32987: closed (27.0.50; `revert-buffer' fails in occur)
Date: Tue, 09 Oct 2018 14:52:03 +0000

Your message dated Tue, 09 Oct 2018 17:50:44 +0300
with message-id <address@hidden>
and subject line Re: bug#32987: 27.0.50; `revert-buffer' fails in occur
has caused the debbugs.gnu.org bug report #32987,
regarding 27.0.50; `revert-buffer' fails in occur
to be marked as done.

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


-- 
32987: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32987
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; `revert-buffer' fails in occur Date: Mon, 8 Oct 2018 12:01:36 +0100
I get an error when reverting occur buffers. Specifically:
"apply: Wrong number of arguments: (3 . 4), 1"

Seems to be during apply of `occur-1'. Not sure what the correct call
would look like, but I grabbed a quick backtrace.
Here it is:
Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 1)
  occur-1("test.txt")
  apply(occur-1 "test.txt")
  occur-revert-function(t nil)
  revert-buffer(t)
  funcall-interactively(revert-buffer t)
  call-interactively(revert-buffer nil nil)
  command-execute(revert-buffer)

To reproduce with emacs -q:
Fill a buffer with some text. M-x occur, and search for something,
switch to the occur buffer then hit g to revert. Error message is
printed.

I saw this error running occur on text-mode and org-mode buffers. This
is a build off of master "44bf4a6b" from a few days ago.

Thanks,
Karl



--- End Message ---
--- Begin Message --- Subject: Re: bug#32987: 27.0.50; `revert-buffer' fails in occur Date: Tue, 09 Oct 2018 17:50:44 +0300
> From: Karl Otness <address@hidden>
> Date: Mon, 8 Oct 2018 12:01:36 +0100
> 
> I get an error when reverting occur buffers. Specifically:
> "apply: Wrong number of arguments: (3 . 4), 1"
> 
> Seems to be during apply of `occur-1'. Not sure what the correct call
> would look like, but I grabbed a quick backtrace.
> Here it is:
> Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 1)
>   occur-1("test.txt")
>   apply(occur-1 "test.txt")
>   occur-revert-function(t nil)
>   revert-buffer(t)
>   funcall-interactively(revert-buffer t)
>   call-interactively(revert-buffer nil nil)
>   command-execute(revert-buffer)
> 
> To reproduce with emacs -q:
> Fill a buffer with some text. M-x occur, and search for something,
> switch to the occur buffer then hit g to revert. Error message is
> printed.

Thanks, should be fixed now.


--- End Message ---

reply via email to

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