GNU bug report logs - #44479
[PATCH] gnu: Add emacs-csharp-mode.

Previous Next

Package: guix-patches;

Reported by: marco.au.grassi98 <at> protonmail.com

Date: Fri, 6 Nov 2020 12:39:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44479 in the body.
You can then email your comments to 44479 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44479; Package guix-patches. (Fri, 06 Nov 2020 12:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to marco.au.grassi98 <at> protonmail.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 06 Nov 2020 12:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: marco.au.grassi98 <at> protonmail.com
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-csharp-mode.
Date: Fri, 06 Nov 2020 12:37:55 +0000
[Message part 1 (text/plain, inline)]
Empty Message
[Message part 2 (text/html, inline)]
[0001-gnu-Add-emacs-csharp-mode.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#44479; Package guix-patches. (Sat, 07 Nov 2020 09:39:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: "marco.au.grassi98--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: marco.au.grassi98 <at> protonmail.com, 44479 <at> debbugs.gnu.org
Subject: Re: [bug#44479] [PATCH] gnu: Add emacs-csharp-mode.
Date: Sat, 07 Nov 2020 10:38:46 +0100
Hello,

"marco.au.grassi98--- via Guix-patches" via <guix-patches <at> gnu.org>
writes:

> Subject: [PATCH] gnu: Add emacs-csharp-mode.

Thank you. Some comments follow.
>
> +       (sha256
> +        (base32
> +         "0vwkbla2gkfa9dzxfvrvr7hd2z16769iwbycl7k6l701dnwli1fw"))))

Nitpick: please move the string on the same line as `base32'.

> +    (build-system emacs-build-system)
> +    (home-page
> +     "https://github.com/josteink/csharp-mode")

Nitpick: please move the URL on the same line as `home-page'.

> +    (synopsis "C# mode derived mode")

This synopsis is a bit cryptic. Could you rephrase it somehow?

> +    (description
> +     "A C# editing mode for Emacs.  Based on cc-mode, v5.30.3 and
> above.

The description ought to consist of "full" sentences.

> + Features include:
> +@itemize
> +@item font-lock and indent of C# syntax including:
> +@itemize
> +@item all c# keywords and major syntax
> +@item attributes that decorate methods, classes, fields, properties
> +@item enum types
> +@item #if/#endif #region/#endregion
> +@item instance initializers
> +@item anonymous functions and methods
> +@item verbatim literal strings (those that begin with @@)
> +@item generics
> +@end itemize
> +@item automagic code-doc generation when you type three slashes.
> +@item intelligent insertion of matched pairs of curly braces.
> +@item imenu indexing of C# source, for easy menu-based navigation.
> +@item compilation-mode support for msbuild, devenv and xbuild.
> +@end itemize\n")

I think it is preferable to avoid nested lists in the description. Also,
according to the manual, "descriptions should take between five and ten
lines". In particular, they do not need to be exhaustive.

For example, it could be something like:

  This is a C# editing mode for Emacs, based on CC mode.  It handles
  syntax coloring, indentation, insertion of matched pairs of curly
  braces and documentation generation.  In addition, it provides
  menu-based navigation using Imenu, and Compilation mode support for
  MSBuild, devenv and xbuild.

Could you send an updated patch?

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#44479; Package guix-patches. (Sat, 07 Nov 2020 09:39:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#44479; Package guix-patches. (Sat, 07 Nov 2020 10:52:01 GMT) Full text and rfc822 format available.

Message #14 received at 44479 <at> debbugs.gnu.org (full text, mbox):

From: marco.au.grassi98 <at> protonmail.com
To: "44479 <at> debbugs.gnu.org" <44479 <at> debbugs.gnu.org>
Subject: [PATCH] gnu: Add emacs-csharp-mode
Date: Sat, 07 Nov 2020 10:50:53 +0000
[Message part 1 (text/plain, inline)]
Sorry, i updated the patch like you asked.
Thanks for the tips!

Grassi Marco
[Message part 2 (text/html, inline)]
[0001-gnu-Add-emacs-csharp-mode.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#44479; Package guix-patches. (Sat, 07 Nov 2020 13:34:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: "marco.au.grassi98--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: marco.au.grassi98 <at> protonmail.com, 44479-done <at> debbugs.gnu.org
Subject: Re: [bug#44479] [PATCH] gnu: Add emacs-csharp-mode
Date: Sat, 07 Nov 2020 14:33:44 +0100
"marco.au.grassi98--- via Guix-patches" via <guix-patches <at> gnu.org>
writes:

> Subject: [PATCH] gnu: Add emacs-csharp-mode.

Applied. Thank you!

Regards,




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 07 Nov 2020 13:34:02 GMT) Full text and rfc822 format available.

Notification sent to marco.au.grassi98 <at> protonmail.com:
bug acknowledged by developer. (Sat, 07 Nov 2020 13:34:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 06 Dec 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.