info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: '=> gmane.emacs.help' as sender?


From: Thorsten Jolitz
Subject: Re: '=> gmane.emacs.help' as sender?
Date: Mon, 07 May 2012 01:14:28 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux)

Bastien <bzg@gnu.org> writes:

Hi Bastien,

> Thorsten Jolitz <tjolitz@googlemail.com> writes:
>
>> let: Wrong number of arguments: #[(arg) "Â.ÃÄ \")‡"
>> [filladapt-inside-filladapt arg t filladapt-fill-paragraph fill-paragraph]
>> 3
>> ("/home/tj/gitclone/emacs24-starter-kit/src/el-get/emacs-goodies-el/elisp/emacs-goodies-el/filladapt.elc"
>> . 10607) "*P"], 0
>>
>> C-h k 'M-q' gives: 
>> ,----------------------------------------------------------------
>> | M-q runs the command orgstruct-hijacker-command-22, which is an
>> | interactive Lisp function.
>> `----------------------------------------------------------------
>
> Can you test this small patch and report?
>
>
> diff --git a/lisp/org.el b/lisp/org.el
> index e7c42db..7574ae5 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -8545,7 +8545,7 @@ Possible values in the list of contexts are `table', 
> `headline', and `item'."
>                      (list x)
>                    (list (car x) (list 'quote (cdr x)))))
>            (if (string-match
> -               
> "^\\(org-\\|orgtbl-\\|outline-\\|comment-\\|paragraph-\\|auto-fill\\|fill-paragraph\\|adaptive-fill\\|indent-\\)"
> +               
> "^\\(org-\\|orgtbl-\\|outline-\\|comment-\\|paragraph-\\|auto-fill\\|fill\\|adaptive-fill\\|indent-\\)"
>                 (symbol-name (car x)))
>                x nil))
>          varlist))))


I have to write some prose to be able to test the indenting and filling,
so I ask a (real) question: I find 'git format-patch' and 'git am' in my
git docs, but I'm not really sure how to apply such a patch the right
way (I just did it by hand now)? Do I save your mail as xy.patch inside the git
repo, cd into the repo and then run 'git am xy.patch'? 

Trying M-q on the last paragraph resulted in the same error message
as above. I applied your patch, byte-compiled org.el and reloaded
org-mode before. 

-- 
cheers,
Thorsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]