unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14919: 24.3.50; Bad menu name: `Directory Search'.  Misleading terminology used.
@ 2013-07-21  0:24 Drew Adams
  2014-02-08  6:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2013-07-21  0:24 UTC (permalink / raw)
  To: 14919

This menu is apparently about directory services or directory servers.
It should be called something appropriate.

In Emacs generally, "directory" means a file-system directory - a
folder.  A directory service such as LDAP is something quite different,
and this menu name is misleading.  Consider perhaps `Directory Services'
or `Directory Servers'.

It is important to look at all of Emacs when coming up with a menu name
or even a command name.  It is a big mistake to look only inside an
individual Lisp library, which might well use terminology limited to a
particular domain.  Even then, when adding such a file to Emacs, the
file should be cleaned up to remove any ambiguity or confusion.

In this file, most of the occurrences of "directory" are followed by
"server", which is fine.  But there are some, including the first
lines of doc strings, that are not and that promote confusion.  E.g.,

eudc-format-attribute-name-for-display:
"Format a directory attribute name for display."

eudc-print-attribute-value:
"Insert the value of the directory FIELD at point."

And there are others, particularly referring to "directory queries".
Better to call these "directory service queries" etc.


In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-07-14 on ODIEONE
Bzr revision: 113423 lekktu@gmail.com-20130715004922-i67tg2ois14h3fpm
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
 CFLAGS='-O0 -g3' CPPFLAGS='-Ic:/Devel/emacs/include'
 LDFLAGS='-Lc:/Devel/emacs/lib''





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

* bug#14919: 24.3.50; Bad menu name: `Directory Search'.  Misleading terminology used.
  2013-07-21  0:24 bug#14919: 24.3.50; Bad menu name: `Directory Search'. Misleading terminology used Drew Adams
@ 2014-02-08  6:02 ` Lars Ingebrigtsen
  2014-02-08  9:26   ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-08  6:02 UTC (permalink / raw)
  To: Drew Adams; +Cc: 14919

Drew Adams <drew.adams@oracle.com> writes:

> This menu is apparently about directory services or directory servers.
> It should be called something appropriate.
>
> In Emacs generally, "directory" means a file-system directory - a
> folder.  A directory service such as LDAP is something quite different,
> and this menu name is misleading.  Consider perhaps `Directory Services'
> or `Directory Servers'.

Yeah, I agree.  Anybody mind if I rename this to "Directory Services"?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#14919: 24.3.50; Bad menu name: `Directory Search'.  Misleading terminology used.
  2014-02-08  6:02 ` Lars Ingebrigtsen
@ 2014-02-08  9:26   ` Eli Zaretskii
  2014-02-11 11:48     ` Lars Ingebrigtsen
  2016-04-29  1:16     ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Eli Zaretskii @ 2014-02-08  9:26 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 14919

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Fri, 07 Feb 2014 22:02:06 -0800
> Cc: 14919@debbugs.gnu.org
> 
> Drew Adams <drew.adams@oracle.com> writes:
> 
> > This menu is apparently about directory services or directory servers.
> > It should be called something appropriate.
> >
> > In Emacs generally, "directory" means a file-system directory - a
> > folder.  A directory service such as LDAP is something quite different,
> > and this menu name is misleading.  Consider perhaps `Directory Services'
> > or `Directory Servers'.
> 
> Yeah, I agree.  Anybody mind if I rename this to "Directory Services"?

"Directory Servers" or "Emacs Directory Client" sound better to me.
What you suggests can still be interpreted as related to filesystem
directories.





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

* bug#14919: 24.3.50; Bad menu name: `Directory Search'.  Misleading terminology used.
  2014-02-08  9:26   ` Eli Zaretskii
@ 2014-02-11 11:48     ` Lars Ingebrigtsen
  2016-04-29  1:16     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-11 11:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 14919

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Lars Ingebrigtsen <larsi@gnus.org>
>> Date: Fri, 07 Feb 2014 22:02:06 -0800
>> Cc: 14919@debbugs.gnu.org
>> 
>> Drew Adams <drew.adams@oracle.com> writes:
>> 
>> > This menu is apparently about directory services or directory servers.
>> > It should be called something appropriate.
>> >
>> > In Emacs generally, "directory" means a file-system directory - a
>> > folder.  A directory service such as LDAP is something quite different,
>> > and this menu name is misleading.  Consider perhaps `Directory Services'
>> > or `Directory Servers'.
>> 
>> Yeah, I agree.  Anybody mind if I rename this to "Directory Services"?
>
> "Directory Servers" or "Emacs Directory Client" sound better to me.
> What you suggests can still be interpreted as related to filesystem
> directories.

Yup.  Should wait until the next release cycle, though.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#14919: 24.3.50; Bad menu name: `Directory Search'.  Misleading terminology used.
  2014-02-08  9:26   ` Eli Zaretskii
  2014-02-11 11:48     ` Lars Ingebrigtsen
@ 2016-04-29  1:16     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2016-04-29  1:16 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 14919

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Lars Ingebrigtsen <larsi@gnus.org>
>> Date: Fri, 07 Feb 2014 22:02:06 -0800
>> Cc: 14919@debbugs.gnu.org
>> 
>> Drew Adams <drew.adams@oracle.com> writes:
>> 
>> > This menu is apparently about directory services or directory servers.
>> > It should be called something appropriate.
>> >
>> > In Emacs generally, "directory" means a file-system directory - a
>> > folder.  A directory service such as LDAP is something quite different,
>> > and this menu name is misleading.  Consider perhaps `Directory Services'
>> > or `Directory Servers'.
>> 
>> Yeah, I agree.  Anybody mind if I rename this to "Directory Services"?
>
> "Directory Servers" or "Emacs Directory Client" sound better to me.
> What you suggests can still be interpreted as related to filesystem
> directories.

I've now renamed it to "Directory Servers".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2016-04-29  1:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-21  0:24 bug#14919: 24.3.50; Bad menu name: `Directory Search'. Misleading terminology used Drew Adams
2014-02-08  6:02 ` Lars Ingebrigtsen
2014-02-08  9:26   ` Eli Zaretskii
2014-02-11 11:48     ` Lars Ingebrigtsen
2016-04-29  1:16     ` Lars Ingebrigtsen

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