Re: [Lynx-dev] lynx updates

2018-10-15 Thread dan d.



Thank you for the effort.

How does one apply a patch to an existing port?


On Mon, 15 Oct 2018, Chuck Martin wrote:

> I somehow accidentally deleted the original message I'm replying to,
> and have manually copied it from the archive at lists.nongnu.org.
> I've also copied the message-id into my headers, so hopefully it
> will thread properly.
>
> On Thu, Sep 20, 2018 at 04:07:13AM -0400, dan d. wrote:
> > With the new version a minor change was introduced with the = intro current
> > document page in lynx.  Here is an example:
> >
> > Linkname:World - The New York Times
> >  URL:https://www.nytimes.com/section/world
> >
> > There is no longer a space following the :.
> >
> > This makes it cumbersom for a copy and paste of the info because the name
> > and/or url are not isolated from the label. as before.
> >
> > Using a screen reader one must start at the left and then character by
> > character move past the : to start the copy.
> > I make use of the info page frequently when making reference to a page for
> > someone's attention.
>
> I've just installed the newest stable version and found the same issue,
> so I looked into it.  Here is a patch that will fix the problem:
>
> ===
> --- lynx2.8.9rel.1.orig/src/LYShowInfo.c2018-05-11 16:43:26.0 
> -0400
> +++ lynx2.8.9rel.1/src/LYShowInfo.c 2018-10-15 00:40:16.127178358 -0400
> @@ -87,9 +87,9 @@
>  while (need++ < label_columns)
> fprintf(fp, "");
>  if (LYwideLines && allow_wide)
> -   fprintf(fp, "%s%s\n", the_label, the_value);
> +   fprintf(fp, "%s %s\n", the_label, the_value);
>  else
> -   fprintf(fp, "%s%s\n", the_label, the_value);
> +   fprintf(fp, "%s %s\n", the_label, the_value);
>
>  FREE(the_label);
>  FREE(the_value);
> ===
>
>

-- 
XB
m

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] lynx updates

2018-10-15 Thread Chuck Martin
I somehow accidentally deleted the original message I'm replying to,
and have manually copied it from the archive at lists.nongnu.org.
I've also copied the message-id into my headers, so hopefully it
will thread properly.

On Thu, Sep 20, 2018 at 04:07:13AM -0400, dan d. wrote:
> With the new version a minor change was introduced with the = intro current
> document page in lynx.  Here is an example:
>
> Linkname:World - The New York Times
>  URL:https://www.nytimes.com/section/world
>
> There is no longer a space following the :.
>
> This makes it cumbersom for a copy and paste of the info because the name
> and/or url are not isolated from the label. as before.
>
> Using a screen reader one must start at the left and then character by
> character move past the : to start the copy.
> I make use of the info page frequently when making reference to a page for
> someone's attention.

I've just installed the newest stable version and found the same issue,
so I looked into it.  Here is a patch that will fix the problem:

===
--- lynx2.8.9rel.1.orig/src/LYShowInfo.c2018-05-11 16:43:26.0 
-0400
+++ lynx2.8.9rel.1/src/LYShowInfo.c 2018-10-15 00:40:16.127178358 -0400
@@ -87,9 +87,9 @@
 while (need++ < label_columns)
fprintf(fp, "");
 if (LYwideLines && allow_wide)
-   fprintf(fp, "%s%s\n", the_label, the_value);
+   fprintf(fp, "%s %s\n", the_label, the_value);
 else
-   fprintf(fp, "%s%s\n", the_label, the_value);
+   fprintf(fp, "%s %s\n", the_label, the_value);

 FREE(the_label);
 FREE(the_value);
===

-- 
My address uses a whitelist.  If you aren't in my whitelist, you can
only send me e-mail if you send to an appropriately tagged address (it
includes +sometag between the username and @).  Finger my untagged e-mail
address for a tag guaranteed good for 24 hours if you're unsure.  If I've
sent you mail recently, you're temporarily whitelisted automatically.

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] lynx updates

2018-09-20 Thread dan d.


It is the only browserr I use.  Many blind folk stick with it for its text only 
approach, ease of use with screen readers and speed.

I just got the most recent version, as a mac user it is available in macports 
or homebrew:

Lynx 2.8.9rel.1

On Thu, 20 Sep 2018, Gabriel Dragomir wrote:

> hello all,
>
> dear friends, is there anybody using lynx anymore  ?
>
> are updates done for this application ?
>
> we can promote it as a very hipster style of navigating the web.
>
> what do you think?
>
> kindest regards,
>
> gabriel
>
> ps turn on tune in drop out
>
>
> [ Part 2: "Attached Text" ]
>
> ___
> Lynx-dev mailing list
> Lynx-dev@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lynx-dev
>

-- 
XB
m

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] lynx updates

2018-09-20 Thread X dej
2018-09-20 4:43 UTC+02:00, Gabriel Dragomir :
> hello all,

Hello!

> dear friends, is there anybody using lynx anymore  ?

Sure, Gabriel :-)

Have a look at http://lists.nongnu.org/archive/html/lynx-dev/ that hints that
sereval persone use lynx.

> we can promote it as a very hipster style of navigating the web.

It is up to Thomas Dickey to welcome such help.

-- 
This mail was written with browser lynx on web page https://mail.google.com.

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] lynx updates

2018-09-20 Thread Thomas Dickey
On Thu, Sep 20, 2018 at 05:43:00AM +0300, Gabriel Dragomir wrote:
> hello all,
> 
> dear friends, is there anybody using lynx anymore  ?
> 
> are updates done for this application ?

sure - there's always a backlog of bug-reports to investigate

see for example

https://bugs.debian.org/cgi-bin/pkgreport.cgi?dist=unstable;package=lynx

If someone posts a fix for those or other issues, I use/adapt the fixes.
Otherwise, updates are based on my work to investigate bug reports.

(I am working on other programs, with their own backlog).

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: Digital signature
___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev