On Fri, Jun 23, 2006 at 03:41:13PM +0530, Ligesh wrote:
> On Fri, Jun 23, 2006 at 05:06:09AM +0000, Miciah Dashiel Butler Masters wrote:
> > On Tue, Jun 20, 2006 at 11:52:35AM +0530, Ligesh wrote:
> > > On Tue, Jun 20, 2006 at 06:03:21AM +0000, Miciah Dashiel Butler Masters 
> > > wrote:
> > > > > So I am talking about simple editing, for instance, in the input URL 
> > > > > box. The general editing for simple data everywhere; filling in forms 
> > > > > etc.
> > > > I'll see about adding a few actions tomorrow.
> > > 
> > >  I am sure you know it, but the code is in the inpfield.c file. There is 
> > > a switch case, and you need to add one a case ACT_EDIT_KILL_WORD above 
> > > the ACT_EDIT_KILL_TO_BOL.
> > 
> > There is a lot of code duplication between the general UI widgets and
> > document form controls, which I would like to clean up, but I eventually
> > just wrote a patch for the functionality presently under discussion:
> > 
> > http://pasky.or.cz/gitweb.cgi?p=elinks.git;a=commit;h=29ffe71bc1b0ed6322105c1ebcb565f6793ea81e
> > 
> 
>  Yeah, I saw that. It is present in two places. The remove word works 
> beautifully. There is a very minute issue though, in the emacs remove word, 
> the delimiter is not 'space', but rather ANY meta character. So that, if we 
> have
>  [...]

This should be easy enough. Should I just use isalnum instead of
isspace? Next question: Should this be configurable? We already have too
many options.

-- 
Miciah Masters <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]>
_______________________________________________
elinks-dev mailing list
elinks-dev@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to