unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello
@ 2012-04-16  2:57 Austin Clements
  2012-04-16  6:58 ` Jani Nikula
  2012-04-25  2:29 ` David Bremner
  0 siblings, 2 replies; 5+ messages in thread
From: Austin Clements @ 2012-04-16  2:57 UTC (permalink / raw)
  To: notmuch

---
 emacs/notmuch-hello.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index 71d37b8..f10d98d 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages
 displayed next to the buttons can be generated by applying a
 different filter to the tag query. These filters are also
 supported for \"Customized queries section\" items."
-  :group 'notmuch
+  :group 'notmuch-hello
   :type
   '(repeat
     (choice (function-item notmuch-hello-insert-header)
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello
  2012-04-16  2:57 [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello Austin Clements
@ 2012-04-16  6:58 ` Jani Nikula
  2012-04-16  8:11   ` Mark Walters
  2012-04-16 15:40   ` Austin Clements
  2012-04-25  2:29 ` David Bremner
  1 sibling, 2 replies; 5+ messages in thread
From: Jani Nikula @ 2012-04-16  6:58 UTC (permalink / raw)
  To: Austin Clements, notmuch


Hi Austin, id:"1330811724-30901-1-git-send-email-jani@nikula.org" :)

Mark had a valid point about ordering within groups, which I didn't
follow up on, but this is a necessary intermediate step in the right
direction no matter what. I don't care whose patches get merged, but
let's merge the change.

Jani.


On Sun, 15 Apr 2012 22:57:36 -0400, Austin Clements <amdragon@MIT.EDU> wrote:
> ---
>  emacs/notmuch-hello.el |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
> index 71d37b8..f10d98d 100644
> --- a/emacs/notmuch-hello.el
> +++ b/emacs/notmuch-hello.el
> @@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages
>  displayed next to the buttons can be generated by applying a
>  different filter to the tag query. These filters are also
>  supported for \"Customized queries section\" items."
> -  :group 'notmuch
> +  :group 'notmuch-hello
>    :type
>    '(repeat
>      (choice (function-item notmuch-hello-insert-header)
> -- 
> 1.7.9.1
> 
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello
  2012-04-16  6:58 ` Jani Nikula
@ 2012-04-16  8:11   ` Mark Walters
  2012-04-16 15:40   ` Austin Clements
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Walters @ 2012-04-16  8:11 UTC (permalink / raw)
  To: Jani Nikula, Austin Clements, notmuch

On Mon, 16 Apr 2012, Jani Nikula <jani@nikula.org> wrote:
> Hi Austin, id:"1330811724-30901-1-git-send-email-jani@nikula.org" :)
>
> Mark had a valid point about ordering within groups, which I didn't
> follow up on, but this is a necessary intermediate step in the right
> direction no matter what. I don't care whose patches get merged, but
> let's merge the change.
>
> Jani.

I complete agree: let's push one of these (and sorry for holding up your
original patch!)

Best wishes

Mark

>
>
> On Sun, 15 Apr 2012 22:57:36 -0400, Austin Clements <amdragon@MIT.EDU> wrote:
>> ---
>>  emacs/notmuch-hello.el |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
>> index 71d37b8..f10d98d 100644
>> --- a/emacs/notmuch-hello.el
>> +++ b/emacs/notmuch-hello.el
>> @@ -226,7 +226,7 @@ by an additional filter query. Similarly, the count of messages
>>  displayed next to the buttons can be generated by applying a
>>  different filter to the tag query. These filters are also
>>  supported for \"Customized queries section\" items."
>> -  :group 'notmuch
>> +  :group 'notmuch-hello
>>    :type
>>    '(repeat
>>      (choice (function-item notmuch-hello-insert-header)
>> -- 
>> 1.7.9.1
>> 
>> _______________________________________________
>> notmuch mailing list
>> notmuch@notmuchmail.org
>> http://notmuchmail.org/mailman/listinfo/notmuch
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello
  2012-04-16  6:58 ` Jani Nikula
  2012-04-16  8:11   ` Mark Walters
@ 2012-04-16 15:40   ` Austin Clements
  1 sibling, 0 replies; 5+ messages in thread
From: Austin Clements @ 2012-04-16 15:40 UTC (permalink / raw)
  To: Jani Nikula; +Cc: notmuch

Quoth Jani Nikula on Apr 16 at  6:58 am:
> Hi Austin, id:"1330811724-30901-1-git-send-email-jani@nikula.org" :)
> 
> Mark had a valid point about ordering within groups, which I didn't
> follow up on, but this is a necessary intermediate step in the right
> direction no matter what. I don't care whose patches get merged, but
> let's merge the change.

Ah, indeed!  If only I had an MUA that let me easily search my mail...

The order of the customs is just the order they're listed in defgroup
(currently we don't pass any to defgroup) followed by the order Emacs
evaluates the defcustoms in (defcustom -> custom-handle-keyword ->
custom-add-to-group).  We could use defgroup is put really important
ones at the top if we want.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello
  2012-04-16  2:57 [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello Austin Clements
  2012-04-16  6:58 ` Jani Nikula
@ 2012-04-25  2:29 ` David Bremner
  1 sibling, 0 replies; 5+ messages in thread
From: David Bremner @ 2012-04-25  2:29 UTC (permalink / raw)
  To: Austin Clements, notmuch


Pushed, 

d

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-25  2:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16  2:57 [PATCH] emacs: Put notmuch-hello-sections in custom group notmuch-hello Austin Clements
2012-04-16  6:58 ` Jani Nikula
2012-04-16  8:11   ` Mark Walters
2012-04-16 15:40   ` Austin Clements
2012-04-25  2:29 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).