[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patch for bug in w3m-generate-new-buffer
In [emacs-w3m:12898]
On Wed, 14 Feb 2018 07:57:06 +0900, Katsumi Yamaoka wrote:
> Ah, I see at last. I realized that the buffer management
> functions for the case `t' has not been completed yet at all.
Er, does this one line patch do the trick?
I'm half in doubt, though.
--- w3m-util.el~ 2018-02-05 01:24:42.346587300 +0000
+++ w3m-util.el 2018-02-14 09:16:02.401911000 +0000
@@ -452,3 +452,3 @@
(buffers (w3m-list-buffers))
- (regexp (concat "\\`" (regexp-quote name) "\\(?:<[0-9]+>\\)?\\'"))
+ (regexp (concat (regexp-quote name) "\\(?:<[0-9]+>\\)?\\'"))
(siblings (delq nil