all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Emacs-diffs Digest, Vol 2, Issue 49
       [not found] <E18cTgx-00049W-01@monty-python.gnu.org>
@ 2003-01-26  6:02 ` Eli Zaretskii
  2003-01-26  8:43   ` Jan D.
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2003-01-26  6:02 UTC (permalink / raw)



On Sat, 25 Jan 2003 emacs-diffs-request@gnu.org wrote:

> Index: emacs/src/ChangeLog
> diff -c emacs/src/ChangeLog:1.3056 emacs/src/ChangeLog:1.3057
> *** emacs/src/ChangeLog:1.3056	Sat Jan 25 10:14:16 2003
> --- emacs/src/ChangeLog	Sat Jan 25 11:25:38 2003
> ***************
> *** 1,3 ****
> --- 1,20 ----
> + 2003-01-25  Jan D.  <jan.h.d@swipnet.se>
> + 
> + 	* xterm.h: Change to return value of x_dispatch_event to int.

Such incomplete names ("Jan D." in this case) will get into AUTHORS 
because it's created by a program (authors.el).  If we want AUTHORS to
mention full names, perhaps we should instruct developers to use full 
names in ChangeLog entries.

Just a thought.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26  6:02 ` Emacs-diffs Digest, Vol 2, Issue 49 Eli Zaretskii
@ 2003-01-26  8:43   ` Jan D.
  2003-01-26 12:41     ` Kim F. Storm
                       ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Jan D. @ 2003-01-26  8:43 UTC (permalink / raw)
  Cc: emacs-devel


söndagen den 26 januari 2003 kl 07.02 skrev Eli Zaretskii:

>
> On Sat, 25 Jan 2003 emacs-diffs-request@gnu.org wrote:
>
>> Index: emacs/src/ChangeLog
>> diff -c emacs/src/ChangeLog:1.3056 emacs/src/ChangeLog:1.3057
>> *** emacs/src/ChangeLog:1.3056	Sat Jan 25 10:14:16 2003
>> --- emacs/src/ChangeLog	Sat Jan 25 11:25:38 2003
>> ***************
>> *** 1,3 ****
>> --- 1,20 ----
>> + 2003-01-25  Jan D.  <jan.h.d@swipnet.se>
>> +
>> + 	* xterm.h: Change to return value of x_dispatch_event to int.
>
> Such incomplete names ("Jan D." in this case) will get into AUTHORS
> because it's created by a program (authors.el).  If we want AUTHORS to
> mention full names, perhaps we should instruct developers to use full
> names in ChangeLog entries.

Whe I started using e-mail, non-ASCII characters where not handeled well,
so my last name was mangeled in all sorts of ways.  I just got tired
of trying to fix this so I use just the initial.  But if there is
a policy for this, I can change.  Is there any particular encoding
or character set that shall be used for this?  Changelogs are in
iso-2022-7bit.  Is that what I must use for user-full-name?

	Jan D.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26  8:43   ` Jan D.
@ 2003-01-26 12:41     ` Kim F. Storm
  2003-01-26 13:11       ` Jan D.
  2003-01-27  2:32       ` Richard Stallman
  2003-01-26 14:26     ` Eli Zaretskii
                       ` (3 subsequent siblings)
  4 siblings, 2 replies; 13+ messages in thread
From: Kim F. Storm @ 2003-01-26 12:41 UTC (permalink / raw)
  Cc: emacs-devel

> 
> Whe I started using e-mail, non-ASCII characters where not handeled well,
> so my last name was mangeled in all sorts of ways.  I just got tired
> of trying to fix this so I use just the initial.  But if there is
> a policy for this, I can change.  Is there any particular encoding
> or character set that shall be used for this?  Changelogs are in
> iso-2022-7bit.  Is that what I must use for user-full-name?
> 
> 	Jan D.

It would be simpler just to add yourself to the `author-aliases' list
in emacs-lisp/authors.el

Then you don't have to change the ChangeLogs, and you can continue
identifying yourself as Jan D.

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26 12:41     ` Kim F. Storm
@ 2003-01-26 13:11       ` Jan D.
  2003-01-26 16:18         ` Eli Zaretskii
  2003-01-27  2:32       ` Richard Stallman
  1 sibling, 1 reply; 13+ messages in thread
From: Jan D. @ 2003-01-26 13:11 UTC (permalink / raw)
  Cc: emacs-devel

> 
> > 
> > Whe I started using e-mail, non-ASCII characters where not handeled well,
> > so my last name was mangeled in all sorts of ways.  I just got tired
> > of trying to fix this so I use just the initial.  But if there is
> > a policy for this, I can change.  Is there any particular encoding
> > or character set that shall be used for this?  Changelogs are in
> > iso-2022-7bit.  Is that what I must use for user-full-name?
> > 
> > 	Jan D.
> 
> It would be simpler just to add yourself to the `author-aliases' list
> in emacs-lisp/authors.el
> 
> Then you don't have to change the ChangeLogs, and you can continue
> identifying yourself as Jan D.

That sounds like a good idea.  But is it OK to put in Latin-1 characters
in the alias?  I see that all other aliases uses ASCII only.

	Jan D.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26  8:43   ` Jan D.
  2003-01-26 12:41     ` Kim F. Storm
@ 2003-01-26 14:26     ` Eli Zaretskii
  2003-01-26 14:44     ` Kai Großjohann
                       ` (2 subsequent siblings)
  4 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2003-01-26 14:26 UTC (permalink / raw)
  Cc: emacs-devel


On Sun, 26 Jan 2003, Jan D. wrote:

> Whe I started using e-mail, non-ASCII characters where not handeled well,
> so my last name was mangeled in all sorts of ways.  I just got tired
> of trying to fix this so I use just the initial.  But if there is
> a policy for this, I can change.

I don't know if there is a policy; my message was actually requesting 
that a policy decision be made ;-)

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26  8:43   ` Jan D.
  2003-01-26 12:41     ` Kim F. Storm
  2003-01-26 14:26     ` Eli Zaretskii
@ 2003-01-26 14:44     ` Kai Großjohann
  2003-01-26 16:20     ` Eli Zaretskii
  2003-01-27  2:32     ` Richard Stallman
  4 siblings, 0 replies; 13+ messages in thread
From: Kai Großjohann @ 2003-01-26 14:44 UTC (permalink / raw)


"Jan D." <jan.h.d@swipnet.se> writes:

> Changelogs are in iso-2022-7bit.  Is that what I must use for
> user-full-name?

No, that's not necessary.  iso-2022-7bit can encode characters in
various Latin-X encodings just fine.
-- 
Ambibibentists unite!

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26 13:11       ` Jan D.
@ 2003-01-26 16:18         ` Eli Zaretskii
  2003-01-27 13:21           ` Stefan Monnier
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2003-01-26 16:18 UTC (permalink / raw)
  Cc: emacs-devel

> From: "Jan D." <jan.h.d@swipnet.se>
> Date: Sun, 26 Jan 2003 14:11:19 +0100 (MET)
> 
> That sounds like a good idea.  But is it OK to put in Latin-1 characters
> in the alias?  I see that all other aliases uses ASCII only.

You can put Latin-1 characters there, but please make sure to save
authors.el in iso-2022-7bit encoding, and add a suitable coding:
cookie on its first line.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26  8:43   ` Jan D.
                       ` (2 preceding siblings ...)
  2003-01-26 14:44     ` Kai Großjohann
@ 2003-01-26 16:20     ` Eli Zaretskii
  2003-01-27  2:32     ` Richard Stallman
  4 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2003-01-26 16:20 UTC (permalink / raw)
  Cc: emacs-devel

> Date: Sun, 26 Jan 2003 09:43:09 +0100
> From: "Jan D." <jan.h.d@swipnet.se>
> 
> Is there any particular encoding
> or character set that shall be used for this?  Changelogs are in
> iso-2022-7bit.  Is that what I must use for user-full-name?

No need for such complications: Emacs will do that for you.  Just use
Latin-1 characters in your username, and Emacs will automatically
encode them in iso-2022-7bit (since that's how ChageLog file is
decoded when you visit it).

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26  8:43   ` Jan D.
                       ` (3 preceding siblings ...)
  2003-01-26 16:20     ` Eli Zaretskii
@ 2003-01-27  2:32     ` Richard Stallman
  4 siblings, 0 replies; 13+ messages in thread
From: Richard Stallman @ 2003-01-27  2:32 UTC (permalink / raw)
  Cc: emacs-devel

    Whe I started using e-mail, non-ASCII characters where not handeled well,
    so my last name was mangeled in all sorts of ways.  I just got tired
    of trying to fix this so I use just the initial.  But if there is
    a policy for this, I can change.  Is there any particular encoding
    or character set that shall be used for this?  Changelogs are in
    iso-2022-7bit.  Is that what I must use for user-full-name?

user-full-name is a Lisp string.  If you set it up as the proper
Emacs value, with multibyte characters in it, Emacs will take care
of the rest.

It doesn't matter what coding system you use to encode your .emacs file.
As long as it represents these characters right and Emacs recognizes to use it,
you should get the right results.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26 12:41     ` Kim F. Storm
  2003-01-26 13:11       ` Jan D.
@ 2003-01-27  2:32       ` Richard Stallman
  1 sibling, 0 replies; 13+ messages in thread
From: Richard Stallman @ 2003-01-27  2:32 UTC (permalink / raw)
  Cc: emacs-devel

    It would be simpler just to add yourself to the `author-aliases' list
    in emacs-lisp/authors.el

We would like to have people's names in ChangeLog anyway.
It is not hard to do, so he may as well do it.
Let's not propose other solutions when the right solution is not hard.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-26 16:18         ` Eli Zaretskii
@ 2003-01-27 13:21           ` Stefan Monnier
  2003-01-27 17:56             ` Eli Zaretskii
  0 siblings, 1 reply; 13+ messages in thread
From: Stefan Monnier @ 2003-01-27 13:21 UTC (permalink / raw)
  Cc: jan.h.d

> > That sounds like a good idea.  But is it OK to put in Latin-1 characters
> > in the alias?  I see that all other aliases uses ASCII only.
> 
> You can put Latin-1 characters there, but please make sure to save
> authors.el in iso-2022-7bit encoding, and add a suitable coding:
> cookie on its first line.

I'd recommend we use utf-8 for it.  It's a much more widely recognized
standard.  If we end up needing to insert chars that Emacs doesn't know how
to en/decode to/from utf-8 we can switch to iso-2022-7bit, but until
that happens, I think utf-8 is preferable.


	Stefan

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-27 13:21           ` Stefan Monnier
@ 2003-01-27 17:56             ` Eli Zaretskii
  2003-01-28  0:53               ` Kenichi Handa
  0 siblings, 1 reply; 13+ messages in thread
From: Eli Zaretskii @ 2003-01-27 17:56 UTC (permalink / raw)
  Cc: jan.h.d

> From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
> Date: Mon, 27 Jan 2003 08:21:53 -0500
> > 
> > You can put Latin-1 characters there, but please make sure to save
> > authors.el in iso-2022-7bit encoding, and add a suitable coding:
> > cookie on its first line.
> 
> I'd recommend we use utf-8 for it.  It's a much more widely recognized
> standard.

I don't object, but the current practice is to use iso-2022-7bit or
emacs-mule, I think.  So unless this is changed, authors.el should be
encoded as the rest of similar files.

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

* Re: Emacs-diffs Digest, Vol 2, Issue 49
  2003-01-27 17:56             ` Eli Zaretskii
@ 2003-01-28  0:53               ` Kenichi Handa
  0 siblings, 0 replies; 13+ messages in thread
From: Kenichi Handa @ 2003-01-28  0:53 UTC (permalink / raw)
  Cc: monnier+gnu/emacs

In article <8296-Mon27Jan2003205656+0200-eliz@is.elta.co.il>, "Eli Zaretskii" <eliz@is.elta.co.il> writes:
>>  From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
>>  Date: Mon, 27 Jan 2003 08:21:53 -0500
>>  > 
>>  > You can put Latin-1 characters there, but please make sure to save
>>  > authors.el in iso-2022-7bit encoding, and add a suitable coding:
>>  > cookie on its first line.
>>  
>>  I'd recommend we use utf-8 for it.  It's a much more widely recognized
>>  standard.

> I don't object, but the current practice is to use iso-2022-7bit or
> emacs-mule, I think.  So unless this is changed, authors.el should be
> encoded as the rest of similar files.

I also don't have a strong opinion, but, it seems that using
utf-8 is better because it may reveal a problem of using it
if any.  :-)

I feel that such staffs as unify-8859-on-encoding-mode must
be tested more.

---
Ken'ichi HANDA
handa@m17n.org

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

end of thread, other threads:[~2003-01-28  0:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E18cTgx-00049W-01@monty-python.gnu.org>
2003-01-26  6:02 ` Emacs-diffs Digest, Vol 2, Issue 49 Eli Zaretskii
2003-01-26  8:43   ` Jan D.
2003-01-26 12:41     ` Kim F. Storm
2003-01-26 13:11       ` Jan D.
2003-01-26 16:18         ` Eli Zaretskii
2003-01-27 13:21           ` Stefan Monnier
2003-01-27 17:56             ` Eli Zaretskii
2003-01-28  0:53               ` Kenichi Handa
2003-01-27  2:32       ` Richard Stallman
2003-01-26 14:26     ` Eli Zaretskii
2003-01-26 14:44     ` Kai Großjohann
2003-01-26 16:20     ` Eli Zaretskii
2003-01-27  2:32     ` Richard Stallman

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.