Christophe TROESTLER | 3 Feb 2011 01:03
X-Face
Picon

[mew-int 2955] ooffice

Hi,

The following patch allows to set mew-prog-ooffice and have the 
dependent variables mew-prog-msword-ext mew-prog-msexcel-ext and 
mew-prog-mspowerpoint-ext set accordingly.  No more hard-coded 
"ooffice" outside the system specific files.

Best,
C.
Attachment (mew.patch): text/x-patch, 866 bytes
Kazu Yamamoto | 3 Feb 2011 02:32
Picon
Gravatar

[mew-int 2956] Re: ooffice

Hello,

> The following patch allows to set mew-prog-ooffice and have the
> dependent variables mew-prog-msword-ext mew-prog-msexcel-ext and
> mew-prog-mspowerpoint-ext set accordingly.  No more hard-coded
> "ooffice" outside the system specific files.

I think this issue was already fixed in github. Right?

--Kazu

Christophe TROESTLER | 3 Feb 2011 11:26
X-Face
Picon

[mew-int 2957] Re: ooffice

Hi,

On Thu, 3 Feb 2011 10:32:51 +0900, Kazu Yamamoto wrote:
>
> > The following patch allows to set mew-prog-ooffice and have the 
> dependent variables mew-prog-msword-ext mew-prog-msexcel-ext and 
> mew-prog-mspowerpoint-ext set accordingly.  No more hard-coded 
> "ooffice" outside the system specific files.
>
> I think this issue was already fixed in github. Right?

Yes, I forgot to update to the latest version.  There is an 
unfortunate consequence of the change however : one must set 
mew-prog-ooffice in .emacs instead of mew-rc-file (this is less clean 
IMHO).  Maybe a simple reordering would do?

Best,
C.

Christophe TROESTLER | 7 Feb 2011 10:07
X-Face
Picon

[mew-int 2958] mew-time-rfc-regex

Hi,

When using “;” mew-summary-trace-path in summary mode, some dates in  
the headers are not well detected because they are splitted on severa 
l lines.  The attached patch fixes that.  (From a quick look, it seem 
s fine with the other uses of mew-time-rfc-regex.)

Best,
C.
Attachment (mew.patch): text/x-patch, 588 bytes
Kazu Yamamoto | 8 Feb 2011 02:38
Picon
Gravatar

[mew-int 2959] Re: mew-time-rfc-regex

Hello,

> When using “;” mew-summary-trace-path in summary mode, some dates in
> the headers are not well detected because they are splitted on several
> lines.  The attached patch fixes that.  (From a quick look, it seems
> fine with the other uses of mew-time-rfc-regex.)

I have applied the patch and push it to github.
Thank you.

--Kazu

Kazu Yamamoto | 8 Feb 2011 02:56
Picon
Gravatar

[mew-int 2960] Re: ooffice

Hello, 

> Yes, I forgot to update to the latest version.  There is an
> unfortunate consequence of the change however : one must set
> mew-prog-ooffice in .emacs instead of mew-rc-file (this is less clean
> IMHO).  Maybe a simple reordering would do?

I changed that mew-unix.el is loaded after ".mew" is loaded.
Please give a try to Mew on github.

--Kazu

Kazu Yamamoto | 8 Feb 2011 03:05
Picon
Gravatar

[mew-int 2961] Re: [OT]Index page blank

Hello,

> Line 9 of the index page '<title>The official page of Mew/title>'
> should be '<title>The official page of Mew</title>'. The missing left
> angle bracket caused the problem.
> Hope to fix it soon.

Sorry for the delay.
I have fixed it.
Thanks.

--Kazu

Kazu Yamamoto | 8 Feb 2011 03:12
Picon
Gravatar

[mew-int 2962] Re: Flowed mode hook

Hello,

> Patch for a better recommendation in the documentation of the function
> mew-draft-use-format-flowed.

I have merged it.
Thanks.

--Kazu

Kazu Yamamoto | 8 Feb 2011 07:07
Picon
Gravatar

[mew-int 2963] Re: Change in compose-mail

Hello,

>   ** `compose-mail' now accepts an optional 8th arg, RETURN-ACTION, and
>   passes it to the mail user agent function.  This argument specifies an
>   action for returning to the caller after finishing with the mail.
>   This is currently used by Rmail to delete a mail window.
> 
> It would accordingly be useful if mew-user-agent-compose were changed
> to accept an extra argument, even if it ignores it (for now).

I added &rest to mew-user-agent-compose and confirmed that it works
on Emacs 24.

--Kazu

Christophe TROESTLER | 8 Feb 2011 18:29
X-Face
Picon

[mew-int 2964] Re: ooffice

On Tue, 8 Feb 2011 10:56:45 +0900, Kazu Yamamoto wrote:
> 
> Hello, 
> 
> > Yes, I forgot to update to the latest version.  There is an
> > unfortunate consequence of the change however : one must set
> > mew-prog-ooffice in .emacs instead of mew-rc-file (this is less clean
> > IMHO).  Maybe a simple reordering would do?
> 
> I changed that mew-unix.el is loaded after ".mew" is loaded.
> Please give a try to Mew on github.

It works.  Thanks for the change.

C.


Gmane