From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Fri, 02 Nov 2007 08:23:48 -0700 Subject: [sup-talk] patch with keymaps for editing message headers In-Reply-To: <472B1E33.7000207@quintic.co.uk> References: <1192119420-sup-7831@timmy> <320c39cf00151583@IMSS-WIN> <472B1E33.7000207@quintic.co.uk> Message-ID: <1194016851-sup-1240@south> Excerpts from Marcus Williams's message of Fri Nov 02 05:55:15 -0700 2007: > This adds a method in edit-message-mode called "edit_field" with 1 > argument. reply-mode has an edit_field method that overrides this if > you are replying so you get an exception as it gets called instead > when you try to edit the field in reply mode. Good catch. I renamed the original EditMessageMode#edit_field method (which ReplyMode overrode) to edit_field_or_message, and forgot to check subclasses. Who needs unit tests when you have enough users pulling the SVN head? -- William