On Fri, Jun 18, 2010 at 04:01:52PM -0700, Vinh Nguyen wrote: > On Fri, Jun 18, 2010 at 3:49 PM, John J. Foerch <[email protected]> > wrote: > > This branch allows regular text editing commands to be used in the > > minibuffer. As such, all of the special editing commands that have the > > "minibuffer-" prefix have been removed. > > Can you explain this a little more? Can't we already edit the text in > the minibuffer like regular text?
Before this change, conkeror had two independent sets of editing commands: one set for content textboxes, and one set for the minibuffer. The reason was that the minibuffer requires extra processing in order to do things like update completions. With this change, the special set of editing commands for the minibuffer are no longer necessary because the extra processing I mentioned gets called in a different way. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
