all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Simona Arizanova <simonikane@hotmail.fr>, 30819@debbugs.gnu.org
Subject: bug#30819: [Bug  #19655] Patches for GNU Emacs
Date: Mon, 26 Mar 2018 11:01:42 +0200	[thread overview]
Message-ID: <5AB8B6F6.3090908@gmx.at> (raw)
In-Reply-To: <DB6PR0902MB21010BF9408ACDBB986979ADA4A90@DB6PR0902MB2101.eurprd09.prod.outlook.com>

Please always make sure to send a copy to the bug address too.

 > I'm sorry for the delay.

My apologies.  I was delayed as well.

 > Here I joined a text file that contains the diffs in the correct order.

Thank you.  But we now lost the identification of the file to be
patched.  Please try to make sure that the beginning of such a patch
appears like

--- a/lisp/help.el	2018-03-03 15:09:47.652000000 +0100
+++ b/lisp/help.el	2018-03-09 20:14:31.492000000 +0100


A few minor comments below:


-(defun search-forward-help-for-help()

Please always leave one space between function name and arguments as
in:

-(defun search-forward-help-for-help ()


-  "Allows to research forward a string into the *Metahelp* window"

Please always use active voice for doc-strings and terminate them with
a period as:

-  "Search forward *Metahelp* window."

(I think you really mean search and not "re"search forward here.)
Maybe we also should simply say "help window" instead of " *Metahelp*
window".  There is no well established nomenclature for this object
and few people have an idea what *Metahelp* stands for (and whether it
contains a leading space).


-  (interactive)
-  ;;Moves the cursor to the *Metahelp* window

Please always leave a space after a comment delimiter and use active
voice for comments as well and terminate them with a period as:

-  ;; Move cursor to the *Metahelp* window.

The

-  ;; Do incremental search forward.

below is well written in this regard.



-  (switch-to-buffer-other-window " *Metahelp*")

Can you add a comment that explains why you use
'switch-to-buffer-other-window' (and not, for example,
'pop-to-buffer') here?


-  (isearch-forward nil 1))

Please always use nil or t for inherently boolean arguments like
NO-RECURSIVE-EDIT, so

-  (isearch-forward nil t))

is preferable here.


Also, I assume that you have not signed legal papers for Emacs so we
have to mark this as a tiny change.  Correct?

Thanks again for working on this, martin





  parent reply	other threads:[~2018-03-26  9:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-14 14:07 bug#30819: [Bug #19655] Patches for GNU Emacs Simona Arizanova
2018-03-15  8:21 ` martin rudalics
     [not found]   ` <DB6PR0902MB21010BF9408ACDBB986979ADA4A90@DB6PR0902MB2101.eurprd09.prod.outlook.com>
2018-03-26  9:01     ` martin rudalics [this message]
     [not found]       ` <DB6PR0902MB21010AFD912FE7F6B4A2B050A4A00@DB6PR0902MB2101.eurprd09.prod.outlook.com>
2018-04-02  8:53         ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5AB8B6F6.3090908@gmx.at \
    --to=rudalics@gmx.at \
    --cc=30819@debbugs.gnu.org \
    --cc=simonikane@hotmail.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.