Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-06-03 Thread Daniel Hackney
Carsten Dominik wrote: > I have applied your patch thanks. > > This is a the limit of what I can take without you signing the FSF > papers. Would you consider signing them? Just to let you know that I signed the FSF papers and it all went through, so I am clear for code assignment stuff. Yeah, I

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-15 Thread Carsten Dominik
On Mar 15, 2010, at 8:04 PM, Daniel Hackney wrote: Carsten Dominik wrote: I have applied your patch thanks. I'm glad that you found it useful! This is a the limit of what I can take without you signing the FSF papers. Would you consider signing them? Absolutely. I submitted an applicati

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-15 Thread Daniel Hackney
Carsten Dominik wrote: > I have applied your patch thanks. I'm glad that you found it useful! > This is a the limit of what I can take without you signing the FSF > papers. Would you consider signing them? Absolutely. I submitted an application about a week ago (for my work on package.el), but

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-15 Thread Carsten Dominik
Hi Dan, I have applied your patch thanks. This is a the limit of what I can take without you signing the FSF papers. Would you consider signing them? Thanks - Carsten On Mar 1, 2010, at 2:49 PM, Dan Hackney wrote: For paragraph text, `org-adaptive-fill-function' did not handle the base

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-11 Thread Carsten Dominik
Hi everyone, I know that a few people have been using this patch. How has it been working? - Carsten On Mar 1, 2010, at 2:49 PM, Dan Hackney wrote: For paragraph text, `org-adaptive-fill-function' did not handle the base case of regular text which needed to be filled. This commit saves a b

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-04 Thread Daniel Hackney
Samuel Wales wrote: > How will the new value of a non-org variable affect filladapt.el? I don't use filladapt.el, so I can't be sure, but the change I made is pretty non-invasive, so I doubt many problems would arise. I'm not quite sure of what is being asked, however; what would filladapt.el do

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-03 Thread Samuel Wales
How will the new value of a non-org variable affect filladapt.el? On 2010-03-01, Dan Hackney wrote: > For paragraph text, `org-adaptive-fill-function' did not handle the base > case of > regular text which needed to be filled. This commit saves a buffer-local > value > of `adaptive-fill-regexp' a

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-03 Thread Carsten Dominik
Hi, can I ask a few volunteers to try out this patch? I am not sure if I can completely oversee if this will not have adverse effects. Thanks Dan! - Carsten On Mar 1, 2010, at 2:49 PM, Dan Hackney wrote: For paragraph text, `org-adaptive-fill-function' did not handle the base case of re

[Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-01 Thread Dan Hackney
For paragraph text, `org-adaptive-fill-function' did not handle the base case of regular text which needed to be filled. This commit saves a buffer-local value of `adaptive-fill-regexp' and uses it if none of the org-specific regexps match. This allows email-style ">" comments to be filled correctl