all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [ELPA] New package: arbitools
       [not found] <1806012502.7608447.1456049133392.JavaMail.yahoo.ref@mail.yahoo.com>
@ 2016-02-21 10:05 ` David Gonzalez
  2016-02-21 18:58   ` Jonas Bernoulli
  0 siblings, 1 reply; 4+ messages in thread
From: David Gonzalez @ 2016-02-21 10:05 UTC (permalink / raw)
  To: emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 735 bytes --]

Arbitools is a package designed to facilitate the administration of chess tournaments.
It provides syntax colouring for the official FIDE file format for tournaments. This is important because the format is based on the identification of line starting and position of characters.

Apart from that, it provides some functions to automatically launch the scripts of the python package "arbitools", available from arbitools - Chess Arbiter Tools

|   |
|   |   |   |   |   |
| arbitools - Chess Arbiter ToolsTools for Chess Arbiters. Common chess tournament tasks available with simple commands that work on many platforms, even mobile devices.  |
|  |
| View on www.ourenxadrez.org | Preview by Yahoo |
|  |
|   |



[-- Attachment #2: Type: text/html, Size: 8259 bytes --]

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

* Re: [ELPA] New package: arbitools
  2016-02-21 10:05 ` [ELPA] New package: arbitools David Gonzalez
@ 2016-02-21 18:58   ` Jonas Bernoulli
  2016-02-22 10:01     ` David Gonzalez
  0 siblings, 1 reply; 4+ messages in thread
From: Jonas Bernoulli @ 2016-02-21 18:58 UTC (permalink / raw)
  To: David Gonzalez; +Cc: emacs-devel@gnu.org

The library provides the wrong feature (`arbitools-mode').  It should
instead provide the feature which matches the filename (but of course
without the ".el" suffix): `arbitools'.

Also there is a space missing in ";;;Commentary:".

And you might want to consider not putting closing parens in the wrong
place.  You should fix that at least for the definition of
`arbitools-mode'.

For data, like the value of `arbitools-highlights', which is likely to
be extended in the future it is okay to put closing parens on a separte
line.  But you should put both closing parents on the same line and
indent that line correctly.  Actually you should reindent the complete
value.  But first you need to correctly comment the commented lines,
replacing ";(" with ";; (" (also in other definitions).  Then mark the
`defvar' and use `M-x indent-region RET'.



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

* Re: [ELPA] New package: arbitools
  2016-02-21 18:58   ` Jonas Bernoulli
@ 2016-02-22 10:01     ` David Gonzalez
  2016-02-22 12:57       ` Artur Malabarba
  0 siblings, 1 reply; 4+ messages in thread
From: David Gonzalez @ 2016-02-22 10:01 UTC (permalink / raw)
  To: Jonas Bernoulli; +Cc: Emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]

Ok. Thanks.I'll do more research on indentation conventions.

      From: Jonas Bernoulli <jonas@bernoul.li>
 To: David Gonzalez <mr_rookes@yahoo.com> 
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
 Sent: Sunday, February 21, 2016 7:58 PM
 Subject: Re: [ELPA] New package: arbitools
   
The library provides the wrong feature (`arbitools-mode').  It should
instead provide the feature which matches the filename (but of course
without the ".el" suffix): `arbitools'.

Also there is a space missing in ";;;Commentary:".

And you might want to consider not putting closing parens in the wrong
place.  You should fix that at least for the definition of
`arbitools-mode'.

For data, like the value of `arbitools-highlights', which is likely to
be extended in the future it is okay to put closing parens on a separte
line.  But you should put both closing parents on the same line and
indent that line correctly.  Actually you should reindent the complete
value.  But first you need to correctly comment the commented lines,
replacing ";(" with ";; (" (also in other definitions).  Then mark the
`defvar' and use `M-x indent-region RET'.


  

[-- Attachment #2: Type: text/html, Size: 2903 bytes --]

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

* Re: [ELPA] New package: arbitools
  2016-02-22 10:01     ` David Gonzalez
@ 2016-02-22 12:57       ` Artur Malabarba
  0 siblings, 0 replies; 4+ messages in thread
From: Artur Malabarba @ 2016-02-22 12:57 UTC (permalink / raw)
  To: David Gonzalez; +Cc: Jonas Bernoulli, Emacs-devel

[-- Attachment #1: Type: text/plain, Size: 1473 bytes --]

WRT to identation conventions, it should be enough to just select the whole
buffer and hit TAB (or M-x indent-region).

In any case, thanks for the addition, David. :-)

Artur

On 22 February 2016 at 07:01, David Gonzalez <mr_rookes@yahoo.com> wrote:

> Ok. Thanks.
> I'll do more research on indentation conventions.
>
> ------------------------------
> *From:* Jonas Bernoulli <jonas@bernoul.li>
> *To:* David Gonzalez <mr_rookes@yahoo.com>
> *Cc:* "emacs-devel@gnu.org" <emacs-devel@gnu.org>
> *Sent:* Sunday, February 21, 2016 7:58 PM
> *Subject:* Re: [ELPA] New package: arbitools
>
> The library provides the wrong feature (`arbitools-mode').  It should
> instead provide the feature which matches the filename (but of course
> without the ".el" suffix): `arbitools'.
>
> Also there is a space missing in ";;;Commentary:".
>
> And you might want to consider not putting closing parens in the wrong
> place.  You should fix that at least for the definition of
> `arbitools-mode'.
>
> For data, like the value of `arbitools-highlights', which is likely to
> be extended in the future it is okay to put closing parens on a separte
> line.  But you should put both closing parents on the same line and
> indent that line correctly.  Actually you should reindent the complete
> value.  But first you need to correctly comment the commented lines,
> replacing ";(" with ";; (" (also in other definitions).  Then mark the
> `defvar' and use `M-x indent-region RET'.
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 3350 bytes --]

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

end of thread, other threads:[~2016-02-22 12:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1806012502.7608447.1456049133392.JavaMail.yahoo.ref@mail.yahoo.com>
2016-02-21 10:05 ` [ELPA] New package: arbitools David Gonzalez
2016-02-21 18:58   ` Jonas Bernoulli
2016-02-22 10:01     ` David Gonzalez
2016-02-22 12:57       ` Artur Malabarba

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.