From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 24 May 2008 20:27:36 -0700 Subject: [sup-talk] [Patch] From auto completion In-Reply-To: <1209750543-sup-2407@h984274.serverkompetenz.net> References: <1209750543-sup-2407@h984274.serverkompetenz.net> Message-ID: <1211685809-sup-4570@south> Hi Tyberius, Thanks for the patch. You can merge multiple commits together with git rebase -i, or you can commit --amend each time to merge current changes into the previous commit. I like the idea of this patch, but instead of AccountManager#user_accounts_autocompletion, could you add a BufferManager#ask_for_account, similar to #ask_for_contact works? Then the whole flow will be basically the same as editing the other fields. Also note that you don't need semicolons at the end of statements in Ruby. :) -- William