[elinks-users] Re: Remove the annoying popups.

2006-07-18 Thread Ligesh
On Tue, Jul 18, 2006 at 08:25:46AM +0100, Thomas Adam wrote:
> 
> >  will wrap them properly. I really don't like the way 75 char limited
> >  paragraphs are displayed in forums or even in mails. It somehow
> >  doesn't look professional.
> 
> Subjective.  You're the first person I have heard of that thinks this.
> Should books all be printed on one line?

 I am sorry. I use mailing lists to post to my own forums--I use fudforum 
primarily as a frontend for the mailing lists, and if I use hard newlines for 
other mailing lists, I will have to have separate vim configurations for 
different mailboxes, which would be a real pain to maintain. The better option 
for me would be to just stop posting to technical mailing lists. 


> 
> >  Ok, then can I map a key so that the 'Go to Url' dialog will pop with
> >  a 'g ' already typed in? 'g ' in the url box is the
> >  short for doing google search. I need a mapping like:
> >
> >  bind_key('main', 'S', go_to_url_box('g '));
> >
> >  Is that possible?
> 
> No, but then I find pressing 'g' twice is not too difficult.  :)  I'll
> look at patching the scripting hooks to allow for this -- it is kind of
> possible to do, since we already have the 'E' and 'G' bindings, for
> instance.
> 

 That would be really appreciated. And I have a lot of other requests too. But 
this will be a great start. I was using emacs-w3m, which I could actually 
rewrite using elisp. So I had done a lot of crazy things. But emacs-w3m is damn 
slow, and it has actually started becoming unproductive, despite the ability to 
write your own browser.

 Thanks.

--
:: Ligesh :: http://ligesh.com 



___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users


Re: [elinks-users] Re: Remove the annoying popups.

2006-07-18 Thread Thomas Adam
On Tue, Jul 18, 2006 at 12:43:04PM -0400, Ligesh wrote:
>  A lot of people use OutLook Express, and I mostly move around in

Then they're using broken software.

>  this crowd, and their mails are all single line paragraphed. Anyway,
>  you can set wrapmargin= in your muttrc, and mutt

I know this, but it's not the point.

>  will wrap them properly. I really don't like the way 75 char limited
>  paragraphs are displayed in forums or even in mails. It somehow
>  doesn't look professional.

Subjective.  You're the first person I have heard of that thinks this.
Should books all be printed on one line?

>  Ok, then can I map a key so that the 'Go to Url' dialog will pop with
>  a 'g ' already typed in? 'g ' in the url box is the
>  short for doing google search. I need a mapping like:
>
>  bind_key('main', 'S', go_to_url_box('g '));
>
>  Is that possible?

No, but then I find pressing 'g' twice is not too difficult.  :)  I'll
look at patching the scripting hooks to allow for this -- it is kind of
possible to do, since we already have the 'E' and 'G' bindings, for
instance.

-- Thomas Adam

-- 
"If I were a witch's hat, sitting on her head like a paraffin stove, I'd
fly away and be a bat." -- Incredible String Band.
___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users


[elinks-users] Re: Remove the annoying popups.

2006-07-18 Thread Ligesh
On Tue, Jul 18, 2006 at 07:47:08AM +0100, Thomas Adam wrote:
> >  Ha, the 75 char 'wrap' argument. I have got into this one a couple of
> >  times by now. The responsibility for wrapping is at the viewer's end.
> >  A paragraph is always a single line, and that way the width of
> 
> Utter nonsense.   Mutt displays it terribly.  Since I too use Vim, and
> have tw=74, I have never had a problem as this is what the rest of
> planet tend to also wrap their lines to.   If you think a paragraph is
> ever a single line because you believe the person viewing it has a
> viewer capable of somehow wrapping those lines his/herself, you're
> wrong.

 A lot of people use OutLook Express, and I mostly move around in this crowd, 
and their mails are all single line paragraphed. Anyway, you can set 
wrapmargin= in your muttrc, and mutt will wrap them 
properly. I really don't like the way 75 char limited paragraphs are displayed 
in forums or even in mails. It somehow doesn't look professional.


> >  press 'S'. The problem is that even though it looks similar to the
> >  'Enter Url' dialog box, this one doesn't have a history. Just put
> >  this into 'hooks.lua' in the .elinks directory and press 'S' from
> >  elinks.
> 
> That's an unfortunate facet of the scripting backend.
> 

 Ok, then can I map a key so that the 'Go to Url' dialog will pop with a 'g ' 
already typed in? 'g ' in the url box is the short for doing 
google search. I need a mapping like:

 bind_key('main', 'S', go_to_url_box('g '));

 Is that possible?

 Thanks.

___
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users