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

Re: delay with close tab



Hi,

I wonder if it's a problem similar to mine with S-TAB link opening.

Then something like this patch:
*** /home/micha/today/w3m-ems.el	2013-10-16 02:01:11.168156504 +0200
--- /home/micha/today/w3m-ems-test.el	2013-10-16 02:08:48.840647477 +0200
***************
*** 1185,1194 ****
  		       (when (buffer-live-p buffer)
  			 (with-current-buffer buffer
  			   (setq w3m-tab-timer nil)
! 			   (when (and (eq (selected-window)
! 					  (get-buffer-window buffer))
! 				      w3m-process-queue)
! 			     (inline (w3m-force-window-update))))))
  		     current)
  	(save-current-buffer
  	  (while buffers
--- 1185,1191 ----
  		       (when (buffer-live-p buffer)
  			 (with-current-buffer buffer
  			   (setq w3m-tab-timer nil)
! 			   (w3m-force-window-update))))
  		     current)
  	(save-current-buffer
  	  (while buffers
(although not a final solution) should help - just a guess.  I don't see
the original issue here.  Maybe someone seeing it can try this?


Regards,

Michael.