[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compose using message-mail?
- To: wl-en@lists.airs.net
- Subject: Re: Compose using message-mail?
- From: Vitaly Mayatskikh <v.mayatskih@gmail.com>
- Date: Thu, 14 Jan 2010 19:57:32 +0100
- Delivered-to: wl-en@lists.airs.net
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:message-id:from:to :subject:in-reply-to:references:user-agent:mime-version:content-type :content-transfer-encoding; bh=34Psv11PIK1QByXA78qqwe6AYHjuNHrYQyK9WhRiPoI=; b=CBiI5NTf72qXtloOQHZWfsO6CPL+PJgPsYDtPfwGq8Zpn6oMlwexmqfMVBrNPu1O2X UlZ9V/kU/iRtlS4/qBr1w0nGYbrsR8L/xAbmJX+BQdK9pfuR9d9CdyayLherWWHyOVGf XHK9bVk37LdWX7fAL8hqcRJ6DzhzoxL2S24Bc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:message-id:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type:content-transfer-encoding; b=mXg4a3kMT7g68yZEpw0O/g5YyIcmh5Ep5PvHRfEVDNefBFLI8Eb3NTYNA92RIOdIR5 K8PEg1d60SCrG8dn4IwCdELBAfXGtVCd126oWa1nJTjx+1zXTFBf3y+yOUW/5HHsIRTA QJU7qJtm1ypZgvegyvHHlufAB3VvOFG6JuN5s=
- In-reply-to: <m2vdfgjpa4.fsf@boostpro.com>
- List-help: <mailto:wl-en-ctl@lists.airs.net?body=help>
- List-id: wl-en.lists.airs.net
- List-owner: <mailto:wl-en-admin@lists.airs.net>
- List-post: <mailto:wl-en@lists.airs.net>
- List-software: fml [fml stable 20011102.2100]
- List-unsubscribe: <mailto:wl-en-ctl@lists.airs.net?body=unsubscribe>
- References: <m2vdfgjpa4.fsf@boostpro.com>
- Reply-to: wl-en@lists.airs.net
- User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/23.1 Mule/6.0 (HANACHIRUSATO)
At Tue, 05 Jan 2010 15:00:03 -0500, David Abrahams wrote:
> Why does WL have its own composition mode?
WL doesn't have its own composition mode, it uses SEMI.
> I find it problematic:
> 0. Duplicated functionality has a high maintenance cost
> 1. I'm not used to the keybindings (solvable)
> 2. It has a highlighting bug
Yes, highlighting is buggy. You can press C-l to refresh colors ;)
> The specific highlighting bug is that if I put the cursor in the middle
> of a cited line, e.g.
>
> > foo bar baz
> ^--- here
>
> hit return, and start typing (as I often do when I need to respond to
> specific points in a post), the new text gets highlighted as though it
> was part of the citation, even though its lines don't start with `>'.
> Is there a way to get WL to use message-mail for composition?
Since WL relies on SEMI, I think, it is possible just to prepare
buffer for custom composer and retrieve it back. I don't know yet,
where to patch WL, but this should be easy.
--
wbr, Vitaly