[MlMt] How to put the cursor at the bottom of the original email when replying / forwarding?
Muster Hans
muster at sture.ch
Mon Feb 1 11:53:21 EST 2016
On 31 Jan 2016, at 22:17, David Shepherdson wrote:
> On 31 Jan 2016, at 18.25, Vlad Ghitulescu wrote:
>
>> Something changed and I don't know what.
>>
>> I still have the Caret Placement option in the Signatures > section
>> of MailMate’s preferences as you suggested (*(…) set to Above
>> Signature > (with the ‘Default signature placement’ set to
>> Bottom) (…)*), but now **every reply put my cursor at the top
>> again** :-(
>>
>> Any idea, what could have happened?
>
> This is because of the change to The BBEdit command’s edit.sh.
> Taking out the:
>
> +${MM_LINE_NUMBER}
>
> …means that BBEdit is no longer being told which line to
> ‘activate’ (i.e. select).
>
> So you can’t use these two tricks in combination, unfortunately (at
> least, not unless/until Bare Bones adds the ability to specify the
> line number in the command without selecting it).
New with BBEdit 11.5, which has just arrived today:
http://www.barebones.com/support/bbedit/current_notes.html
----
When piping data into the bbedit tool, you can now add a line number
specifier, and the and the insertion point will be placed at the start
of the indicated line in the resulting document. For example:
ls -la | bbedit +5
----
I've just tested this and it puts the cursor at the beginning of line 5,
without selecting it.
More information about the mailmate
mailing list