lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] lynx branches , wanted to play with adaptations for viewi


From: Mike Marchywka
Subject: Re: [Lynx-dev] lynx branches , wanted to play with adaptations for viewing html email
Date: Sun, 26 May 2019 10:37:19 +0000

On Sun, May 26, 2019 at 06:26:50AM -0400, Thomas Dickey wrote:
> On Sun, May 26, 2019 at 02:38:14AM -0700, Bela Lubkin wrote:
> > Mike Marchywka wrote:
> > 
> > >> How can I get it to just display links inline rather than as
> > >> "[refno]" so I can just copy the link directly?
> > 
> > Thomas Dickey replied:
> > 
> > > It doesn't do that, but if you set the the user-mode to "Advanced"
> > > in the options-menu, then the status line will show the url.
> > 
> > Doesn't "-list_inline" do this for "-dump", since Lynx 2.8.8dev.17 ?
> 
> yes, that does -
> 
> https://lynx.invisible-island.net/current/CHANGES.html#v2.8.8dev.17
> 
> * add -list_inline option, which modifies -dump output to put links inline 
> with
>   the text rather than in a list at the end of the dump (Debian #584080) -TD

I eventually found that but starting with GridText.c was a big help as I had 
some
idea where the code was although list_inline would have led to the 
dump_links_inline flag too.  
I just set it to TRUE although not sure if the cfg file can do that and added 
my own flags
for testing. Thanks. 

grep dump_links_in src/*
grep: src/chrtrans: Is a directory
src/GridText.c: if (dump_links_inline // mjm intervention point 
src/GridText.c: (dump_links_inline == FALSE) &&
Binary file src/GridText.o matches
src/LYGlobalDefs.h:    extern BOOLEAN dump_links_inline;
src/LYMain.c:BOOLEAN dump_links_inline = TRUE; // mjm  FALSE;
src/LYMain.c:           !dump_links_inline &&
src/LYMain.c:       !dump_links_inline &&
src/LYMain.c:      "list_inline",       4|TOGGLE_ARG,           
dump_links_inline,
Binary file src/LYMain.o matches
Binary file src/lynx matches
src/LYReadCFG.c:     PARSE_SET(RC_LIST_INLINE,          dump_links_inline),
Binary file src/LYReadCFG.o matches

Thanks

> 
> (I did forget)
> 
> -- 
> Thomas E. Dickey <address@hidden>
> https://invisible-island.net
> ftp://ftp.invisible-island.net



> _______________________________________________
> Lynx-dev mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/lynx-dev


-- 

mike marchywka
306 charles cox
canton GA 30115
USA, Earth 
address@hidden
404-788-1216
ORCID: 0000-0001-9237-455X



reply via email to

[Prev in Thread] Current Thread [Next in Thread]