[dev] [surf] Ctrl-Y doesn't copy url to clipboard

2022-08-03 Thread Chris Weber
Hi all, thanks for the great tool. When I start a blank installation of surf and try to copy any url into my clipboard via ctrl-y (as stated in the man pages), it won't copy anything at all. Is the man page outdated? Am I doing anything wrong? Do I need to install some userscripts for this? I'm

Re: [dev] Replace ranlib(1) calls?

2022-08-03 Thread Laslo Hunhold
On Mon, 1 Aug 2022 11:21:19 +0200 "Roberto E. Vargas Caballero" wrote: Dear Roberto, > -std=c99 is not part of any standard and our Makefiles are full of > them. as(1), ld(1), and cc(1) are not part of POSIX and we keep using > them. Again, Please stop doing this kind of patches and center in >

Re: [dev] Replace ranlib(1) calls?

2022-08-03 Thread Laslo Hunhold
On Mon, 1 Aug 2022 11:32:20 +0200 "Roberto E. Vargas Caballero" wrote: Dear Roberto, > There is a big important reason why scc ar does not generates a link > table, because then ar can handle any type of files, because ar is > just an archiver. Making ar(1) to generate symbol tables means that >

Re: [dev] [surf] Ctrl-Y doesn't copy url to clipboard

2022-08-03 Thread Mateusz Okulus
> When I start a blank installation of surf and try to copy any url into > my clipboard via ctrl-y (as stated in the man pages), it won't copy > anything at all. Is the man page outdated? Am I doing anything wrong? Do > I need to install some userscripts for this? Ctrl-y copies url into primary se

Re: [dev] Replace ranlib(1) calls?

2022-08-03 Thread Markus Wichmann
On Wed, Aug 03, 2022 at 03:21:30PM +0200, Laslo Hunhold wrote: > In a way, ar(1) is merely an archiver, but POSIX added a function that > only applies to exclusively object-file-containing-archives, but stays > away from specifics[0]: > [...] Yeah, POSIX be like that sometimes. You can have a perf

Re: [dev] Replace ranlib(1) calls?

2022-08-03 Thread Laslo Hunhold
On Wed, 3 Aug 2022 16:38:14 +0200 Markus Wichmann wrote: Dear Markus, thanks for sharing your thoughts! > That design would afford some flexibility to the whole business: ar > doesn't need to know the object file format and ranlib doesn't need to > know the ar file format. I have one question

Re: [dev] [surf] Ctrl-Y doesn't copy url to clipboard

2022-08-03 Thread Greg Reagle
On Wed, Aug 3, 2022, at 8:43 AM, Chris Weber wrote: > When I start a blank installation of surf and try to copy any url into > my clipboard via ctrl-y (as stated in the man pages), it won't copy > anything at all. Is the man page outdated? Am I doing anything wrong? Do > I need to install some user

Re: [dev] Replace ranlib(1) calls?

2022-08-03 Thread Markus Wichmann
On Wed, Aug 03, 2022 at 05:14:20PM +0200, Laslo Hunhold wrote: > I have one question here: Doesn't ranlib(1) need to understand the > ar-format to be able to add the symbol-table-file? > Not if it uses "ar r" to add the symbol table to the archive. Although that is contingent on the symbol table h