Bug#973667: Directory List /.../.../.../... titles puts "meat" too far to the right

2020-11-03 Thread Katsumi Yamaoka
On Tue, 03 Nov 2020 06:56:31 +0800, 積丹尼さん wrote: > Let's say in emacs-w3m we are browsing the directory > file:///home/jidanni/jidanni.org/geo/antipodes/programs/ > Well, perhaps the buffer name/title should be >programs Directory list, > or >programs Directory list >

Bug#973666: Cursor left at top when browsing directories

2020-11-03 Thread Katsumi Yamaoka
On Tue, 03 Nov 2020 06:39:29 +0800, 積丹尼さん wrote: > $ w3m file:///home/jidanni/jidanni.org/geo/antipodes/programs/ > puts the cursor in the right spot. > But in emacs-w3m, the cursor is left way at the top! Fixed in the emacs-w3m git master. Thanks.

Bug#969744: No such anchor

2020-09-08 Thread Katsumi Yamaoka
On Wed, 09 Sep 2020 09:33:50 +0900, Katsumi Yamaoka wrote: > Note that there are *two* name anchors. I guess emacs-w3m might > possibly override the first found one by the second one. But all > of them should be fetched and held so to be referred to. The actual emacs-w3m bug was no

Bug#969744: No such anchor

2020-09-08 Thread Katsumi Yamaoka
On Wed, 09 Sep 2020 06:38:11 +0800, 積丹尼さん wrote: > I'm saying that emacs-w3m might be following this rule: > https://en.wikipedia.org/wiki/URI_fragment#cite_ref-6 > "Notably they cannot begin with a digit or hyphen." > But nowadays it seems there are newer rules, so emacs-w3m should expect >

Bug#969744: No such anchor

2020-09-07 Thread Katsumi Yamaoka
On Tue, 08 Sep 2020 00:46:48 +0800, 積丹尼さん wrote: > $ w3m https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968589#36 > Works fine. But > $ emacs -q -f w3m > for it, gives > No such anchor: 36 [...] > So maybe emacs-w3m needs #[a-z]36 instead of #36 in order for it to match. I've done so in the

Bug#969386: Resolve file: not just file:///

2020-09-03 Thread Katsumi Yamaoka
On Wed, 02 Sep 2020 08:05:26 +0900, Katsumi Yamaoka wrote: > Well, for instance, probably we can modify emacs-w3m so to allow > "file:bla.txt" things if and only if a user has specified > `w3m-default-directory' (defaults to nil). I've done it in the emacs-w3m git master as

Bug#969386: Resolve file: not just file:///

2020-09-01 Thread Katsumi Yamaoka
On Wed, 02 Sep 2020 01:19:30 +0800, 積丹尼さん wrote: > Real w3m can deal fine with file:bla.txt and does not always need > file:///full/path/to/bla.txt . w3m visits the file `pwd`/bla.txt . That's a good feature as a user knows where the current directory is (in other words a user knows the file

Bug#953768: text-scale-adjust causes lines to go off the edge

2020-03-16 Thread Katsumi Yamaoka
Done. Note that this change does not mean `w3m-redisplay-this-page' to be improved to fold lines longer than the visible window width (because the return value of `window-width' is unchanged even if text is scaled).

Bug#953768: text-scale-adjust causes lines to go off the edge

2020-03-16 Thread Katsumi Yamaoka
On Fri, 13 Mar 2020 16:59:36 +0800, 積丹尼さん wrote: > $ emacs -q -f w3m > and browse https://www.wired.com/story/5g-vulnerabilities-downgrade-attacks/ > Now do C-x C-+ C-+ C-+ > Notice how the lines are now extend off of the screen, and we are no > longer able to read the last part of each line. I

Bug#953631: Hyperlinks should be underlined, else blanks break them

2020-03-12 Thread Katsumi Yamaoka
On Thu, 12 Mar 2020 18:56:01 +0800, 積丹尼さん wrote: > OK. I hope all the defaults get changed. Agreed and changed. By default, now the link faces are bold and underlined, and use wavy underline when point is. Thanks.

Bug#953631: Hyperlinks should be underlined, else blanks break them

2020-03-12 Thread Katsumi Yamaoka
On Wed, 11 Mar 2020 20:35:22 +0800, 積丹尼さん wrote: > looking at the line > "台灣體育運動大學 National Taiwan University of Sport 體育館" > the user cannot tell if he is looking at one hyperlink, three > hyperlinks, or even seven hyperlinks. How about changing the `w3m-anchor' face so to be your taste? > I am

Bug#953033: bug#39901: Emacs needs to update window-width when the user updates the text size

2020-03-04 Thread Katsumi Yamaoka
Thanks Drew. Jidanni, try the following two advices if interest. Probably this would be what you want `text-scale-adjust' to do. The first one tweaks the `window-width' function so to return a value based on the text scaling, and the second one makes the `text-scale-adjust' function redisplay an

Bug#953033: Not ready for text-scale-adjust

2020-03-03 Thread Katsumi Yamaoka
On Tue, 03 Mar 2020 23:51:58 +0800, 積丹尼さん wrote: > Package: w3m-el-snapshot > X-Debbugs-Cc: yama...@jpl.org > Version: 1.4.632+0.20191218.2243.cef0c7e-1 > $ emacs -q -f w3m > C-x C-= [text-scale-adjust] > C-= [anonymous-command] > Here the lines get cut off. > They should fold, staying on the

Bug#948029: splitting windows sometimes zaps images

2020-01-06 Thread Katsumi Yamaoka
> C-h l > T [w3m-toggle-inline-images] > C-x 3 [split-window-right] Zaps the images. Need to turn them on again. > T [w3m-toggle-inline-images] > C-x 1 [delete-other-windows] Zaps the images again. > By the way, C-x 2 doesn't zap the images. What url where did you do it? Unreproducible so

Bug#948028: w3m-reload-this-page should respect the current image toggle state

2020-01-06 Thread Katsumi Yamaoka
On Fri, 03 Jan 2020 21:17:14 +0800, 積丹尼さん wrote: > But doing > T then > R > then needs a second > T > to make the page look fine again. Hmm, doesn't it work as you expected, does it? I tried it in and others without the second T.

Bug#944574: w3m-download-this-url vs. zero byte file:///s

2019-11-11 Thread Katsumi Yamaoka
On Tue, 12 Nov 2019 09:39:11 +0800, 積丹尼さん wrote: > X-Debbugs-Cc: yama...@jpl.org > Package: w3m-el-snapshot > Version: 1.4.632+0.20190920.1116.c9cdb7e-1 > Severity: wishlist > If I try to download a zero byte local file, > file:///tmp/somezerobytefile I get a failure. > It works if the file has

Bug#944519: w3m-download-this-url gives -dump_extra: command not found

2019-11-11 Thread Katsumi Yamaoka
On Tue, 12 Nov 2019 10:52:58 +0800, 積丹尼さん wrote: > Great! I'll trust you. Thanks. Finally I've installed only this change in emacs-w3m git. diff --git a/w3m.el b/w3m.el index e25ef940..4653589f 100644 --- a/w3m.el +++ b/w3m.el @@ -5829,7 +5829,7 @@ NO-CACHE is ignored (always download)."

Bug#944519: w3m-download-this-url gives -dump_extra: command not found

2019-11-11 Thread Katsumi Yamaoka
On Tue, 12 Nov 2019 09:53:13 +0800, 積丹尼さん wrote: > "But I don't even have a ~/bin". > Anyway, the problem turns out to be in > ~/.w3m/config . But which line? > accept_language en;q=1.0 That is it! I see that the ";" in the operand causes a malfunction of w3m-download. Could you try this

Bug#944519: w3m-download-this-url gives -dump_extra: command not found

2019-11-11 Thread Katsumi Yamaoka
On Mon, 11 Nov 2019 18:19:42 +0800, 積丹尼さん wrote: > Package: w3m-el-snapshot > Version: 1.4.632+0.20190920.1116.c9cdb7e-1 > X-Debbugs-Cc: yama...@jpl.org > 1. Go to https://ftp.gnu.org/gnu/tramp/?C=M;O=D > 2. hit "d" on tramp-2.4.2.tar.gz . > /bin/bash: -dump_extra: command not found This seems

Bug#933371: An error occurred. Error was: No bug number

2019-07-29 Thread Katsumi Yamaoka
Fixed in the emacs-w3m git master. On Tue, 30 Jul 2019 08:02:18 +0900, Katsumi Yamaoka wrote: > Probably it would be necessary to have an exception list for the > strip-query feature of emacs-w3m, and it should include at least > a regexp for the debian bugreports. Hmm, it was perhap

Bug#933371: An error occurred. Error was: No bug number

2019-07-29 Thread Katsumi Yamaoka
On Tue, 30 Jul 2019 03:20:38 +0800, 積丹尼さん wrote: > X-debbugs-Cc: yama...@jpl.org > Package: w3m-el-snapshot > Version: 1.4.632+0.20190719-1 > (w3m-goto-url "http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30587; nil nil) > says: > Location:

Bug#889788: w3m-el-snapshot conflict with TRAMP

2018-02-06 Thread Katsumi Yamaoka
On Wed, 07 Feb 2018 04:04:56 +0800, Dan Jacobson wrote: > # su - nobody -c 'HOME=/tmp/ff emacs'& #Total clean environment. > M-x w3m > At this point a connection to "about:" is caught by TRAMP. At that time emacs-w3m is about to access the url "about:", and runs (file-exist-p "about:") at first

Bug#738121: FORM try file.html not file.html? for local files

2014-02-09 Thread Katsumi Yamaoka
In [emacs-w3m : No.12287] Dan Jacobson wrote: X-Debbugs-Cc: emacs-...@namazu.org Package: lynx-cur Version: 2.8.8pre4-1 File: /usr/bin/lynx $ ls er.html zaokeng.html $ cat er.html form action=zaokeng.htmlpinput type=submit/p/form clicking gets e.g., in emacs-w3m Cannot retrieve URL:

Bug#728501: w3m-el: mew-w3m-region multiple blockquote

2013-12-03 Thread Katsumi Yamaoka
In [emacs-w3m : No.12236] Tatsuya Kinoshita wrote: 2013-12-03 Tatsuya Kinoshita t...@vega.ocn.ne.jp * mew-w3m.el (mew-w3m-region): Set point to the end of div tag to prevent infinite loop. Indeed. I've applied your patch. Thanks. -- To UNSUBSCRIBE, email to

Bug#728501: w3m-el: mew-w3m-region multiple blockquote

2013-12-01 Thread Katsumi Yamaoka
In [emacs-w3m : No.12231] Tatsuya Kinoshita wrote: 2013-12-01 Tatsuya Kinoshita t...@vega.ocn.ne.jp * mew-w3m.el (mew-w3m-region): Set point to minimum for `mew-w3m-cite-blockquote' to work. Thanks for verifying and fixing it. I've installed the version. In [emacs-w3m :

Bug#728501: w3m-el: mew-w3m-region multiple blockquote

2013-11-04 Thread Katsumi Yamaoka
In [emacs-w3m : No.12209] Kinoshita-san wrote: Forwarding from Debian Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728501 On November 2, 2013 at 12:00AM +0100, Christophe.Troestler (at umons.ac.be) wrote: Package: w3m-el Version: 1.4.483+0.20120614-3 Severity: normal Dear

Bug#419647: w3m-el should not silently reject cookies by default

2013-06-25 Thread Katsumi Yamaoka
In [emacs-w3m : No.12056] Tatsuya Kinoshita wrote: Could you please reconsider setting w3m-use-cookies to t by default for the next release? Done. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#677431: Symbol's function definition is void: --post-body--70277

2012-06-13 Thread Katsumi Yamaoka
In [emacs-w3m : No.11855] jida...@jidanni.org wrote: X-debbugs-Cc: emacs-...@namazu.org Package: w3m-el-snapshot Version: 1.4.482+0.20120609-1 Severity: grave Browsing any site gives error in process sentinel: w3m-process-sentinel: Symbol's function definition is void: --post-body--70277

Bug#657424: can't jump to some links anymore

2012-01-26 Thread Katsumi Yamaoka
In [emacs-w3m : No.11744] jida...@jidanni.org wrote: X-debbugs-Cc: emacs-...@namazu.org Package: w3m-el-snapshot Version: 1.4.463+0.20120113-1 Upon upgrading from 1.4.442+0.20110729-1 to 1.4.463+0.20120113-1 browsing e.g.,

Bug#591094: multipart part does not have valid content-type

2010-08-09 Thread Katsumi Yamaoka
jida...@jidanni.org wrote: Dear Gnus team, I sent http://jidanni.org/test/591094.mbox.txt using gnus-version Gnus v5.13 with http://jidanni.org/comp/configuration/ and then regarding http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591094 DA == Don Armstrong d...@debian.org writes: DA Your

Bug#582677: w3m-el-snapshot: w3m-cookie-reject-domains doesn't work

2010-05-23 Thread Katsumi Yamaoka
Fedor Khod'kov wrote: [...] I set up w3m-cookie-reject-domains, adding google.com and .google.com but google.com still installs its cookies. After checking w3m-cookie.el I found that problem might be in w3m-cookie-trusted-host-p function; lines 291-294 ((eq (string-to-char (car reject))

Bug#384190: develock-el: Bad highlighting in Perl mode

2008-08-06 Thread Katsumi Yamaoka
Hi, [EMAIL PROTECTED] wrote: Wow, that's really an old bug report :) To be sure that nothing from me disturb emacs, I have removed my .emacs. I have currently the last ubuntu stable version : hardy. The bug is still present like you can see on the attached screenshot. I confirmed that the

Bug#475468: Fwd: [emacs-w3m:10074] Bug#475468: no w3m -o fold_line for HTML

2008-04-10 Thread Katsumi Yamaoka
Hi w3m developers, The bug report concerning w3m has been posted to the emacs-w3m list. Could someone please look into it? In addition, please let us know the proper e-mail address which is open to the public to post such messages? (The w3m-dev list is not, isn't it?)

Bug#457909: Changes + to space in URLs

2008-01-07 Thread Katsumi Yamaoka
Trent W. Buck wrote: I regularly use y (w3m-print-current-url) to display the URL at point in the echo area. I then use Screen's C-a [ (copy) to copy-and-paste the URL into a non-Emacs window running, say, wget. I noticed that for URLs like

Bug#457115: show-trailing-whitespace

2007-12-19 Thread Katsumi Yamaoka
[EMAIL PROTECTED] wrote: Package: w3m-el-snapshot Version: 1.4.250+0.20071206-1 Severity: minor Please do e.g., $ emacs -q --eval '(setq-default show-trailing-whitespace t)' -f w3m \ http://www.mediawiki.org/wiki/Manual:Wiki_family to see all the wasted whitespace in w3m-el-snapshot.

Bug#419647: w3m-el should not silently reject cookies by default

2007-04-17 Thread Katsumi Yamaoka
Hi, In [emacs-w3m : No.09379] Jason Spiro wrote: Package: w3m-el Version: 1.4.4-3 Severity: wishlist Usertags: usability X-Debbugs-CC: [EMAIL PROTECTED] Thank you for w3m-el, it is the best web browser I have ever used. I'm glad to hear of it. Thanks. But, for the first month I used

Bug#419647: w3m-el should not silently reject cookies by default

2007-04-17 Thread Katsumi Yamaoka
In [emacs-w3m : No.09382] Jason Spiro wrote: On 4/17/07, Katsumi Yamaoka [EMAIL PROTECTED] wrote: ... Have you tried setting the `w3m-use-cookies' variable to t? This makes emacs-w3m behave like `1'. Yes; I found out about the option about a week ago when I used M-x customize on w3m

Bug#367886: w3m-el: add `w3m-bookmark-view-new-session'

2006-05-18 Thread Katsumi Yamaoka
In [emacs-w3m : No.08693] Luca Capello wrote: Package: w3m-el Version: 1.4.4-1 Severity: wishlist Tags: patch Hello, the title says all, the attached patch add the above function, updating the menu and the info key-map (I don't know which key would be OK for the lynx one). Please