unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Torsten Bronger <bronger@physik.rwth-aachen.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Display "dash" as "minus" in programming language mode?
Date: Thu, 09 Jul 2009 11:15:02 +0200	[thread overview]
Message-ID: <87y6qyi5ex.fsf@physik.rwth-aachen.de> (raw)
In-Reply-To: buobpnuqlhq.fsf@dhlpc061.dev.necel.com

Hallöchen!

Miles Bader writes:

> Torsten Bronger <bronger@physik.rwth-aachen.de> writes:
>
>> (add-hook 'python-mode-hook
>> 	  (lambda ()
>> 	    (font-lock-add-keywords nil
>> 				    '(("\\B-\\B"
>> (0 (progn (compose-region (match-beginning 0) (match-end 0) "−"
>> 'decompose-region)
>> 						 nil)))
>> 				      ))))
>> (add-hook 'python-mode-hook
>> 	  (lambda ()
>> 	    (aset (or buffer-display-table
>> 		      (setq buffer-display-table (make-display-table)))
>> 		  ?* [?✻])))
>
> Hmm, why add font-lock stuff, when using display-table for dash
> too would be easier and far more efficient (and you're already
> setting up the display table anyway, so even simpler...)?

I couldn't restrict the effect to (Python) code, so all dashs in
comments and strings became minuses, too.  But the "\\B-\\B" worked
quite well.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus
                   Jabber ID: torsten.bronger@jabber.rwth-aachen.de
                                  or http://bronger-jmp.appspot.com


  reply	other threads:[~2009-07-09  9:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-08 21:01 Display "dash" as "minus" in programming language mode? Torsten Bronger
2009-07-08 21:39 ` Pascal J. Bourguignon
2009-07-09  7:56   ` Torsten Bronger
2009-07-09  9:00     ` Miles Bader
2009-07-09  9:15       ` Torsten Bronger [this message]
2009-07-09 11:04         ` Miles Bader
2009-07-10 14:15     ` Torsten Bronger
2009-07-09  1:23 ` Kevin Rodgers

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87y6qyi5ex.fsf@physik.rwth-aachen.de \
    --to=bronger@physik.rwth-aachen.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).