Hello, here is the new version. On Sun, Dec 12, 2004 at 01:31:39PM -0500, Andrew Cagney wrote: > You might want to consider focusing on these set/show commands, and > across all files. They need to be switched to the add_setshow_..._cmd > form vis: Done for the files modified by this and the previous patches. > PS: Also recall my suggestion for adding something like _XXX or _FIXME > as a way to mark that a string needs to be fixed on a second pass. I had been trying to do so. I forgot to mention that I marked up the state2str function that Mark Kettenis had asked about. Do you see any concrete places where I haven't done that? With kind regards, Baurjan. 2004-12-26 Baurjan Ismagulov * ada-valprint.c, aix-thread.c, alpha-nat.c, alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c, amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c, arch-utils.c, arm-linux-nat.c, arm-tdep.c, armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: i18n markup. * aix-thread.c (_initialize_aix_thread): Get rid of the deprecated_add_show_from_set call. * alpha-tdep.c (_initialize_alpha_tdep): Ditto. * arm-tdep.c (_initialize_arm_tdep): Ditto. * command.h (add_setshow_enum_cmd): Add arguments for returning new list elements. * cli/cli-decode.c (add_setshow_enum_cmd): Ditto. * mips-tdep.c (_initialize_mips_tdep): Modify calls to add_setshow_enum_cmd.