Re: [PATCH] Menu control for NPAGE and PPAGE

2008-11-01 Thread Robert Millan
On Sat, Oct 25, 2008 at 09:02:27PM +0200, Carles Pina i Estany wrote: > > Hi, > > On Oct/21/2008, Pavel Roskin wrote: > > On Tue, 2008-10-21 at 20:39 +0200, Carles Pina i Estany wrote: > > > Hello, > > > > > > On Sep/24/2008, Carles Pina i Estany wrote: > > > > > > > On Sep/24/2008, Robert Mill

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-10-25 Thread Carles Pina i Estany
Hi, On Oct/21/2008, Pavel Roskin wrote: > On Tue, 2008-10-21 at 20:39 +0200, Carles Pina i Estany wrote: > > Hello, > > > > On Sep/24/2008, Carles Pina i Estany wrote: > > > > > On Sep/24/2008, Robert Millan wrote: > > > > On Wed, Sep 24, 2008 at 06:07:24PM +0200, Carles Pina i Estany wrote: >

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-10-21 Thread Pavel Roskin
On Tue, 2008-10-21 at 20:39 +0200, Carles Pina i Estany wrote: > Hello, > > On Sep/24/2008, Carles Pina i Estany wrote: > > > On Sep/24/2008, Robert Millan wrote: > > > On Wed, Sep 24, 2008 at 06:07:24PM +0200, Carles Pina i Estany wrote: > > > > > > > > New patch is attached. I also improved so

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-10-21 Thread Carles Pina i Estany
Hello, On Sep/24/2008, Carles Pina i Estany wrote: > On Sep/24/2008, Robert Millan wrote: > > On Wed, Sep 24, 2008 at 06:07:24PM +0200, Carles Pina i Estany wrote: > > > > > > New patch is attached. I also improved some other thing. > > > > > > Feedback is welcomed :-) > > > > There seems to

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-09-24 Thread Carles Pina i Estany
Hi, On Sep/24/2008, Carles Pina i Estany wrote: > There is two things that I don't like in this world: > a) program menus and menus movements > b) testing my code [...] > (of course I tested but not this case) well, and want more thing that I don't like: Grub without next/prev page support :-

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-09-24 Thread Carles Pina i Estany
Hello, On Sep/24/2008, Robert Millan wrote: > On Wed, Sep 24, 2008 at 06:07:24PM +0200, Carles Pina i Estany wrote: > > > > New patch is attached. I also improved some other thing. > > > > Feedback is welcomed :-) > > There seems to be an off-by-one problem. Try with the attached grub.cfg. s

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-09-24 Thread Robert Millan
On Wed, Sep 24, 2008 at 06:07:24PM +0200, Carles Pina i Estany wrote: > > New patch is attached. I also improved some other thing. > > Feedback is welcomed :-) There seems to be an off-by-one problem. Try with the attached grub.cfg. -- Robert Millan The DRM opt-in fallacy: "Your data belon

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-09-24 Thread Carles Pina i Estany
Hello, On Sep/24/2008, Robert Millan wrote: > On Sat, Sep 20, 2008 at 10:37:45PM +0200, Carles Pina i Estany wrote: > > > > Hello, > > > > (This patch includes the changes for GRUB_TERM_NPAGE/PPAGE macros, that > > I sent in a previous mail) > > > > ChangeLog: > > > > 2008-09-20 Carl

Re: [PATCH] Menu control for NPAGE and PPAGE

2008-09-24 Thread Robert Millan
On Sat, Sep 20, 2008 at 10:37:45PM +0200, Carles Pina i Estany wrote: > > Hello, > > (This patch includes the changes for GRUB_TERM_NPAGE/PPAGE macros, that > I sent in a previous mail) > > ChangeLog: > > 2008-09-20 Carles Pina i Estany <[EMAIL PROTECTED]> > * normal/menu.c (run

[PATCH] Menu control for NPAGE and PPAGE

2008-09-20 Thread Carles Pina i Estany
Hello, (This patch includes the changes for GRUB_TERM_NPAGE/PPAGE macros, that I sent in a previous mail) ChangeLog: 2008-09-20 Carles Pina i Estany <[EMAIL PROTECTED]> * normal/menu.c (run_menu): Add Previous and Next Page keys in grub-menu. * include/grub/po