In keymapio.c:58 create_command is called when the tooltip tag is added. Is there (still?) a reason to keep it there and force tooltip being the last tag, or can put it out of the loop ?
2013/5/17 Richard Shann <[email protected]> > yes - ok, I have done that. > Richard > On Thu, 2013-05-16 at 21:13 +0200, Éloi Rivard wrote: > > Do you think you can tell your editor to use whitespaces instead of > > tabulations ? It produces stranges indentation in gedit, anjuta or > > cgit. > > > > > > > > 2013/5/16 Richard Shann <[email protected]> > > On Thu, 2013-05-16 at 17:23 +0200, Éloi Rivard wrote: > > > In figure.c, line 85. > > > ((chord *) curObj->object)->figure has a chance to be used > > elsewhere ? > > > > yes > > > Else, g_free(((chord *) curObj->object)->figure); could do > > the job, > > > couldn't it ? > > > > No, it is a GString *, the old value (if any) needed > > de-allocating: I > > have done this, in git now. > > > > Richard > > > > > > > > > > > > > > 2013/5/16 Éloi Rivard <[email protected]> > > > All -Wall warnings are fixed in master, plus some > > -Wextra. I > > > will take care of other -Wextra warnings later. > > > > > > > > > > > > 2013/5/15 Richard Shann <[email protected]> > > > On Wed, 2013-05-15 at 10:36 +0200, Éloi > > Rivard wrote: > > > > I have always been daunted by this > > task. As > > > you have found > > > > trying to > > > > refactor the keymap code it is a > > high risk > > > occupation. I am > > > > not sure if > > > > I can honestly say that I have the > > courage > > > to tackle it. > > > > Perhaps if we > > > > created a map of the file, that > > would be a > > > start... > > > > > > > > You mean separate functions in the > > categories you > > > proposed ? > > > > > > > > > I meant a list of line number ranges for the > > different > > > categories. I > > > hope they are virtually all contiguous. > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > -- > > > Éloi Rivard - [email protected] > > > > > > « On perd plus à être indécis qu'à se tromper. » > > > > > > > > > > > > > > > -- > > > Éloi Rivard - [email protected] > > > > > > « On perd plus à être indécis qu'à se tromper. » > > > > > > > > > > > > > > > > > -- > > Éloi Rivard - [email protected] > > > > « On perd plus à être indécis qu'à se tromper. » > > > > > -- Éloi Rivard - [email protected] « On perd plus à être indécis qu'à se tromper. »
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
