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

delay with close tab



I have used w3m every day for over a year now, and I am
very thankful it exists because it has increased my life
quality considerable.

I have done lots of configuration, mostly to get
shorter, and closer, shortcuts (not having to reach),
and, setting up an interface to reach w3m from the rest
of Emacs (all that search stuff).

http://user.it.uu.se/~embe8573/conf/.emacs-w3m

Here is an example of a cool thing I did:

(defun w3m-download-link-or-url-or-file ()
  (interactive)
  (if (w3m-anchor (point)) (w3m-download-this-url)
    (let (target (thing-at-point 'url))
      (if target (w3m-download target)
        (w3m-download w3m-current-url) ))))

I bound it to "d", so your fourth left-hand finger is
always there to download.

But, what I wanted to ask you is - when I close tabs,
sometimes the tab bar still shows the closed tab (or
buffer, as it is called in the code, sometimes). This is
a bit confusing. I have tried to force a redraw in many
ways but nothing has worked.

Ideas?

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573