On 13.06.05, G. Milde wrote:
> On 10.06.05, Lars Gullik Bj�nnes wrote:
> > "G. Milde" <[EMAIL PROTECTED]> writes:
> > 
> > | IMHO, it would be easier the other way round (put the info into
> > | LyXAction in the first place).
> > >
> > | -         { LFUN_ACUTE, "accent-acute", Noop },
> > | +         { LFUN_ACUTE, "accent-acute", Noop, "", ""},
> > 
  
> > What do you want these strings to contain?
> 
> Argument list and Synopsis, e.g.
> 
>   { LFUN_WRITEAS, "buffer-write-as", ReadOnly, "name", "Save buffer under new 
> name" },

I forgot the return value. Unsure, whether this should get one more string
or maybe we replace the name string with a full usage string

  {LFUN_ACUTE, "Void accent-acute ()", Noop, "Give the next char an acute 
accent"},

  { LFUN_MATH_MACRO, "Void math-macro (name)", Noop, "Create a math macro"},

  { LFUN_GETLAYOUT, "layout server-get-layout ()", ReadOnly, "Return current 
layout name" },


G�nter


-- 
G.Milde web.de

Reply via email to