emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: blank-mode.el


From: Vinicius Jose Latorre
Subject: Re: blank-mode.el
Date: Sat, 10 Nov 2007 23:13:18 -0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071009 SeaMonkey/1.1.5

Robert J. Chassell wrote:
 1. Rather than exceed 80 characters, the first line of blank-mode.el
    should be:

;;; blank-mode.el --- Minor mode to visualise blanks (SPACE, HARD SPACE, TAB)

    with a comma instead of an `and' before the word `TAB' and no period.
    That is 77 characters long which is almost, but not quite, too much
    for a heading.

Ok, I've just modified the very first line.

 2. Regarding the body of the library, as a general rule, comments
    should be filled according to the Emacs default -- I notice the
    lengths are longer although they are less than 80 characters.

Ok.

 3. Also, while a carriage return occurs at the end of a line, that
    place does not necessarily mark the end of a paragraph.  By
    default, please do not use a between-paragraph symbol for the end
    of a line (a carriage return or \n) that is not the end of a
    paragraph.  (Five out of the six carriage returns in this
    paragraph do not mark its end.)

Well, it's not the blank-mode intention to visualize paragraphs,
but space, hard space, tab and also end of lines (\n).

The visual mark used to display end of line can be changed any time
by modifying blank-display-mappings variable.

It happens that the visual mark for end of line is the same
used in other editors to visualize end of paragraphs.
This visual mark was suggested by some blank-mode users.
What visual mark do you suggest?

BTW you could change the visual mark of any character
using blank-display-mappings variable.

Thank you.

You're welcome.

--
  Vinicius





reply via email to

[Prev in Thread] Current Thread [Next in Thread]