unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [nongnu] main 83410aacf7: * elpa-packages (devil): New package
       [not found] ` <20230515161708.AD134C13919@vcs2.savannah.gnu.org>
@ 2023-05-15 16:21   ` Philip Kaludercic
  2023-05-15 16:41     ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Philip Kaludercic @ 2023-05-15 16:21 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Monnier, Susam Pal

Stefan Monnier via <emacs-elpa-diffs@gnu.org> writes:

> branch: main
> commit 83410aacf7dff71fcc3bff37e01269bb02122d9f
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>
>     * elpa-packages (devil): New package
> ---
>  elpa-packages | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/elpa-packages b/elpa-packages
> index c333cc8bb3..7d1fc2a797 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -112,6 +112,10 @@
>  
>   (devhelp               :url "https://codeberg.org/akib/emacs-devhelp")
>  
> + (devil                 :url "https://github.com/susam/devil"
> +  :readme "README.org"
> +  :news "CHANGES.org")

We created a separate MANUAL.org file, is that ready to be used?

> +
>   (diff-ansi		:url "https://codeberg.org/ideasman42/emacs-diff-ansi"
>    :ignored-files ("LICENSE"))
>  



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

* Re: [nongnu] main 83410aacf7: * elpa-packages (devil): New package
  2023-05-15 16:21   ` [nongnu] main 83410aacf7: * elpa-packages (devil): New package Philip Kaludercic
@ 2023-05-15 16:41     ` Stefan Monnier
  2023-05-16 16:12       ` Philip Kaludercic
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2023-05-15 16:41 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: emacs-devel, Susam Pal

>> + (devil                 :url "https://github.com/susam/devil"
>> +  :readme "README.org"
>> +  :news "CHANGES.org")
>
> We created a separate MANUAL.org file, is that ready to be used?

If that works, then please add `:doc "MANUAL.org"`, of course.


        Stefan




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

* Re: [nongnu] main 83410aacf7: * elpa-packages (devil): New package
  2023-05-15 16:41     ` Stefan Monnier
@ 2023-05-16 16:12       ` Philip Kaludercic
  2023-05-23 23:37         ` Susam Pal
  0 siblings, 1 reply; 5+ messages in thread
From: Philip Kaludercic @ 2023-05-16 16:12 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel, Susam Pal

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>> + (devil                 :url "https://github.com/susam/devil"
>>> +  :readme "README.org"
>>> +  :news "CHANGES.org")
>>
>> We created a separate MANUAL.org file, is that ready to be used?
>
> If that works, then please add `:doc "MANUAL.org"`, of course.

Susam, what do you say?



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

* Re: [nongnu] main 83410aacf7: * elpa-packages (devil): New package
  2023-05-16 16:12       ` Philip Kaludercic
@ 2023-05-23 23:37         ` Susam Pal
  2023-05-24  6:41           ` Philip Kaludercic
  0 siblings, 1 reply; 5+ messages in thread
From: Susam Pal @ 2023-05-23 23:37 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: Stefan Monnier, emacs-devel

Philip Kaludercic <philipk@posteo.net> wrote:
>
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
> >>> + (devil                 :url "https://github.com/susam/devil"
> >>> +  :readme "README.org"
> >>> +  :news "CHANGES.org")
> >>
> >> We created a separate MANUAL.org file, is that ready to be used?
> >
> > If that works, then please add `:doc "MANUAL.org"`, of course.
>
> Susam, what do you say?

Sorry for the delay in responding to this. I was away for a while.

Yes, I think it is good to add `:doc "MANUAL.org"`.



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

* Re: [nongnu] main 83410aacf7: * elpa-packages (devil): New package
  2023-05-23 23:37         ` Susam Pal
@ 2023-05-24  6:41           ` Philip Kaludercic
  0 siblings, 0 replies; 5+ messages in thread
From: Philip Kaludercic @ 2023-05-24  6:41 UTC (permalink / raw)
  To: Susam Pal; +Cc: Stefan Monnier, emacs-devel

Susam Pal <susam.pal@gmail.com> writes:

> Philip Kaludercic <philipk@posteo.net> wrote:
>>
>> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>>
>> >>> + (devil                 :url "https://github.com/susam/devil"
>> >>> +  :readme "README.org"
>> >>> +  :news "CHANGES.org")
>> >>
>> >> We created a separate MANUAL.org file, is that ready to be used?
>> >
>> > If that works, then please add `:doc "MANUAL.org"`, of course.
>>
>> Susam, what do you say?
>
> Sorry for the delay in responding to this. I was away for a while.

No problem.

> Yes, I think it is good to add `:doc "MANUAL.org"`.

Done.



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

end of thread, other threads:[~2023-05-24  6:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <168416742839.11327.1066281628551652191@vcs2.savannah.gnu.org>
     [not found] ` <20230515161708.AD134C13919@vcs2.savannah.gnu.org>
2023-05-15 16:21   ` [nongnu] main 83410aacf7: * elpa-packages (devil): New package Philip Kaludercic
2023-05-15 16:41     ` Stefan Monnier
2023-05-16 16:12       ` Philip Kaludercic
2023-05-23 23:37         ` Susam Pal
2023-05-24  6:41           ` Philip Kaludercic

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

	https://git.savannah.gnu.org/cgit/emacs.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).