all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* scheme mode marginal comment delimiters on 8-colour ttys
@ 2007-08-18 18:59 trentbuck
  2007-08-18 23:50 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: trentbuck @ 2007-08-18 18:59 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: trentbuck


On eight-colour ttys, comment bodies are not coloured; only the
comment delimiters are.  In Scheme mode, one writes something like

    ;;; commentary on next block
    ;; commentary on next line
    form                        ; commentary on current line

The semicolons of the first two lines are red, but the single semi on
the third line is not red.  C-u M-x what cursor position RET shows
that it is (incorrectly?) fontified with font-lock-comment-face,
whereas the other semis are fontified with
font-lock-comment-delimiter-face.

This symptom appears with the -Q switch.

In GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-07-07 on nautilus, modified by Debian
configured using `configure  '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.1/leim' '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU.utf8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Scheme

Minor modes in effect:
  encoded-kbd-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
ESC x r e o r t SPC DEL DEL DEL p o r t SPC e n SPC 
DEL m SPC b u SPC RET

Recent messages:
("emacs" "-Q" "tmp.scm")
Loading encoded-kb...done
For information about the GNU Project and its goals, type C-h C-p.
tmp.scm has auto save data; consider M-x recover-this-file
Loading scheme...done
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done

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

* Re: scheme mode marginal comment delimiters on 8-colour ttys
  2007-08-18 18:59 scheme mode marginal comment delimiters on 8-colour ttys trentbuck
@ 2007-08-18 23:50 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-08-18 23:50 UTC (permalink / raw)
  To: trentbuck; +Cc: bug-gnu-emacs

trentbuck@gmail.com wrote:

> On eight-colour ttys, comment bodies are not coloured; only the
> comment delimiters are.  In Scheme mode, one writes something like
>
>     ;;; commentary on next block
>     ;; commentary on next line
>     form                        ; commentary on current line
>
> The semicolons of the first two lines are red, but the single semi on
> the third line is not red.  C-u M-x what cursor position RET shows
> that it is (incorrectly?) fontified with font-lock-comment-face,
> whereas the other semis are fontified with
> font-lock-comment-delimiter-face.

Thanks; I believe I have fixed this.

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

end of thread, other threads:[~2007-08-18 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-18 18:59 scheme mode marginal comment delimiters on 8-colour ttys trentbuck
2007-08-18 23:50 ` Glenn Morris

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.