unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13189: using glyphs by default in perl-mode
       [not found]                                       ` <83d2ryv0cn.fsf@gnu.org>
@ 2013-06-07  7:45                                         ` Jambunathan K
  2013-06-07 13:05                                           ` Ted Zlatanov
  0 siblings, 1 reply; 8+ messages in thread
From: Jambunathan K @ 2013-06-07  7:45 UTC (permalink / raw)
  To: emacs-devel; +Cc: 13189

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Ted Zlatanov <tzz@lifelogs.com>
>> Date: Wed, 05 Jun 2013 10:45:26 -0400
>> 
>> (Aside: I attempted to use `compose-region' to build more complicated
>> compositions besides a single character.  The docstring says the
>> COMPONENTS format can be several things, including:
>> 
>> "If it is a vector or list, it is a sequence of alternate characters and
>> composition rules, where (2N)th elements are characters and (2N+1)th
>> elements are composition rules to specify how to compose (2N+2)th
>> elements with previously composed N glyphs."
>> 
>> I stared at this for a while then I gave up.  It really needs one or two
>> examples and an alternate wording, because I have no idea what it says.)
>
> There's a reference to reference-point-alist, which I think has those
> details.
>
> As for examples, you can see them in tv-util.el, for example.

FWIW, created a cross link to 13189@debbugs.gnu.org.





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

* bug#13189: using glyphs by default in perl-mode
  2013-06-07  7:45                                         ` bug#13189: using glyphs by default in perl-mode Jambunathan K
@ 2013-06-07 13:05                                           ` Ted Zlatanov
  2013-06-07 16:07                                             ` Stefan Monnier
       [not found]                                             ` <jwvzjv1nbuc.fsf-monnier+emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Ted Zlatanov @ 2013-06-07 13:05 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-devel, 13189

On Fri, 07 Jun 2013 13:15:13 +0530 Jambunathan K <kjambunathan@gmail.com> wrote: 

JK> Eli Zaretskii <eliz@gnu.org> writes:
>>> From: Ted Zlatanov <tzz@lifelogs.com>
>>> Date: Wed, 05 Jun 2013 10:45:26 -0400
>>> 
>>> (Aside: I attempted to use `compose-region' to build more complicated
>>> compositions besides a single character.  The docstring says the
>>> COMPONENTS format can be several things, including:
>>> 
>>> "If it is a vector or list, it is a sequence of alternate characters and
>>> composition rules, where (2N)th elements are characters and (2N+1)th
>>> elements are composition rules to specify how to compose (2N+2)th
>>> elements with previously composed N glyphs."
>>> 
>>> I stared at this for a while then I gave up.  It really needs one or two
>>> examples and an alternate wording, because I have no idea what it says.)
>> 
>> There's a reference to reference-point-alist, which I think has those
>> details.
>> 
>> As for examples, you can see them in tv-util.el, for example.

JK> FWIW, created a cross link to 13189@debbugs.gnu.org.

Has that bug been resolved with the latest changes to perl-mode and
prog-mode-prettify?

Ted





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

* bug#13189: using glyphs by default in perl-mode
  2013-06-07 13:05                                           ` Ted Zlatanov
@ 2013-06-07 16:07                                             ` Stefan Monnier
       [not found]                                             ` <jwvzjv1nbuc.fsf-monnier+emacs@gnu.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2013-06-07 16:07 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-devel, 13189

> Has that bug been resolved with the latest changes to perl-mode and
> prog-mode-prettify?

I believe so, yes,


        Stefan






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

* bug#13189: using glyphs by default in perl-mode
       [not found]                                             ` <jwvzjv1nbuc.fsf-monnier+emacs@gnu.org>
@ 2013-06-07 16:44                                               ` Glenn Morris
  2013-06-07 18:03                                                 ` Ted Zlatanov
                                                                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Glenn Morris @ 2013-06-07 16:44 UTC (permalink / raw)
  To: 13189

Stefan Monnier wrote:

JK> FWIW, created a cross link to 13189 <at> debbugs.gnu.org.

>> Has that bug been resolved with the latest changes to perl-mode and
>> prog-mode-prettify?
>
> I believe so, yes,

What? Bug 13189 is "please document compose-region (more)".

Simply cc-ing it in the middle of an unrelated discussion where someone
happened to say "I can't understand compose-region" isn't helpful.





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

* bug#13189: using glyphs by default in perl-mode
  2013-06-07 16:44                                               ` Glenn Morris
@ 2013-06-07 18:03                                                 ` Ted Zlatanov
  2013-06-07 19:14                                                 ` Jambunathan K
  2013-06-07 19:15                                                 ` Stefan Monnier
  2 siblings, 0 replies; 8+ messages in thread
From: Ted Zlatanov @ 2013-06-07 18:03 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13189

On Fri, 07 Jun 2013 12:44:34 -0400 Glenn Morris <rgm@gnu.org> wrote: 

GM> Stefan Monnier wrote:
JK> FWIW, created a cross link to 13189 <at> debbugs.gnu.org.

>>> Has that bug been resolved with the latest changes to perl-mode and
>>> prog-mode-prettify?
>> 
>> I believe so, yes,

GM> What? Bug 13189 is "please document compose-region (more)".

GM> Simply cc-ing it in the middle of an unrelated discussion where someone
GM> happened to say "I can't understand compose-region" isn't helpful.

I got fooled by the subject.  Sorry.

Ted





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

* bug#13189: using glyphs by default in perl-mode
  2013-06-07 16:44                                               ` Glenn Morris
  2013-06-07 18:03                                                 ` Ted Zlatanov
@ 2013-06-07 19:14                                                 ` Jambunathan K
  2013-06-07 20:04                                                   ` Glenn Morris
  2013-06-07 19:15                                                 ` Stefan Monnier
  2 siblings, 1 reply; 8+ messages in thread
From: Jambunathan K @ 2013-06-07 19:14 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13189

Glenn Morris <rgm@gnu.org> writes:

> What? Bug 13189 is "please document compose-region (more)".
>
> Simply cc-ing

I had CCed machines not people (I took care to remove names.)

> it in the middle of an unrelated discussion 

What cropped in the middle of the discussion was relevant to the bug.

> where someone happened to say "I can't understand compose-region"
> isn't helpful.

It was Eli's reference to tv-util.el that I CCed (not Ted's
question). If someone were to look at closing that bug, he can readily
borrow Kenichi's followup examples.

HTH.





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

* bug#13189: using glyphs by default in perl-mode
  2013-06-07 16:44                                               ` Glenn Morris
  2013-06-07 18:03                                                 ` Ted Zlatanov
  2013-06-07 19:14                                                 ` Jambunathan K
@ 2013-06-07 19:15                                                 ` Stefan Monnier
  2 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2013-06-07 19:15 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13189

> What? Bug 13189 is "please document compose-region (more)".

I'm glad one of us is still sober.


        Stefan





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

* bug#13189: using glyphs by default in perl-mode
  2013-06-07 19:14                                                 ` Jambunathan K
@ 2013-06-07 20:04                                                   ` Glenn Morris
  0 siblings, 0 replies; 8+ messages in thread
From: Glenn Morris @ 2013-06-07 20:04 UTC (permalink / raw)
  To: 13189


So you send a mail to 13189@debbugs only that says "on emacs-devel,
someone said that the examples in tv-util.el may be helpful". Instead of
cc'ing an ongoing emacs-devel discussion with the subject "using glyphs
by default in perl-mode".





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

end of thread, other threads:[~2013-06-07 20:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <yxqmwsg265o.fsf@fencepost.gnu.org>
     [not found] ` <87d2sp92vb.fsf@lifelogs.com>
     [not found]   ` <jwvvc6hip5g.fsf-monnier+emacs@gnu.org>
     [not found]     ` <87bo877kf7.fsf@lifelogs.com>
     [not found]       ` <yxqhahl8hfb.fsf@fencepost.gnu.org>
     [not found]         ` <87obbs7cew.fsf@lifelogs.com>
     [not found]           ` <jwvbo7s5qus.fsf-monnier+emacs@gnu.org>
     [not found]             ` <yxqd2s6739q.fsf@fencepost.gnu.org>
     [not found]               ` <87ip1y54fx.fsf@lifelogs.com>
     [not found]                 ` <jwvy5atgaog.fsf-monnier+emacs@gnu.org>
     [not found]                   ` <87ehck6670.fsf@lifelogs.com>
     [not found]                     ` <jwvbo7o1pei.fsf-monnier+emacs@gnu.org>
     [not found]                       ` <87a9n854tx.fsf@lifelogs.com>
     [not found]                         ` <8761xw54rv.fsf@lifelogs.com>
     [not found]                           ` <jwvmwr7he9q.fsf-monnier+emacs@gnu.org>
     [not found]                             ` <87sj0y4p7h.fsf@lifelogs.com>
     [not found]                               ` <jwvip1trecf.fsf-monnier+emacs@gnu.org>
     [not found]                                 ` <87ppw13aky.fsf@lifelogs.com>
     [not found]                                   ` <jwvppw1tkjk.fsf-monnier+emacs@gnu.org>
     [not found]                                     ` <874ndc39bt.fsf@lifelogs.com>
     [not found]                                       ` <83d2ryv0cn.fsf@gnu.org>
2013-06-07  7:45                                         ` bug#13189: using glyphs by default in perl-mode Jambunathan K
2013-06-07 13:05                                           ` Ted Zlatanov
2013-06-07 16:07                                             ` Stefan Monnier
     [not found]                                             ` <jwvzjv1nbuc.fsf-monnier+emacs@gnu.org>
2013-06-07 16:44                                               ` Glenn Morris
2013-06-07 18:03                                                 ` Ted Zlatanov
2013-06-07 19:14                                                 ` Jambunathan K
2013-06-07 20:04                                                   ` Glenn Morris
2013-06-07 19:15                                                 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

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).