unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#71708: Terminology inconsistencies (1)
@ 2024-06-21 17:03 morf
  2024-06-21 19:20 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: morf @ 2024-06-21 17:03 UTC (permalink / raw)
  To: 71708

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2024-04-15

[menubar] File
or:
[minibuffer] menu-bar-open > File
     ...    ...(menuitems)
     "Open Directory"
     ...(more menuitems)
or:
C-x d
     "Dired: (directory):"


Clearly, there seems to be consistent and appropriate use (since this is on Linux)
of the term "Directory".

However, when:

[menubar] File > Save As
[Create] button
     [tooltip] "Create Folder"
     [popup] "Folder Name" (as well as a message "A folder with that name
         already exists" when typing in an existing directory name)


This is an inconsistency.
Since this is Linux, it should be "Create Directory" for the tooltip, "Directory Name"
for the popup, and  "A directory with that name already exists" for the message.


Bauke Jan Douma

[-- Attachment #2: Type: text/html, Size: 1415 bytes --]

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

* bug#71708: Terminology inconsistencies (1)
  2024-06-21 17:03 bug#71708: Terminology inconsistencies (1) morf
@ 2024-06-21 19:20 ` Eli Zaretskii
       [not found]   ` <5573cde6-8345-43d2-aa96-c980347ea619@gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2024-06-21 19:20 UTC (permalink / raw)
  To: morf; +Cc: 71708

> Date: Fri, 21 Jun 2024 19:03:00 +0200
> From: morf <amorfortia@gmail.com>
> 
> However, when:
> 
> [menubar] File > Save As
> [Create] button
>     [tooltip] "Create Folder"
>     [popup] "Folder Name" (as well as a message "A folder with that name
>         already exists" when typing in an existing directory name)
> 
> This is an inconsistency.
> Since this is Linux, it should be "Create Directory" for the tooltip, "Directory Name"
> for the popup, and  "A directory with that name already exists" for the message.

The dialog shown when you click File->Save As is the GUI dialog
provided by the toolkit (in your case, it seems like GTK+), and Emacs
has very little control on what it says, what it shows, and what are
the tooltips there.

So I don't think this is an Emacs bug, if at all.





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

* bug#71708: Terminology inconsistencies (1)
       [not found]   ` <5573cde6-8345-43d2-aa96-c980347ea619@gmail.com>
@ 2024-06-23  5:11     ` Eli Zaretskii
  2024-06-30  6:09       ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2024-06-23  5:11 UTC (permalink / raw)
  To: morf; +Cc: 71708

[Please use Reply All to reply, to keep the bug tracker CC'ed.]

> Date: Sun, 23 Jun 2024 00:03:27 +0200
> From: morf <amorfortia@gmail.com>
> 
> Eli Zaretskii wrote on 6/21/24 21:20:
> 
>  Date: Fri, 21 Jun 2024 19:03:00 +0200
> From: morf <amorfortia@gmail.com>
> 
> However, when:
> 
> [menubar] File > Save As
> [Create] button
>     [tooltip] "Create Folder"
>     [popup] "Folder Name" (as well as a message "A folder with that name
>         already exists" when typing in an existing directory name)
> 
> This is an inconsistency.
> Since this is Linux, it should be "Create Directory" for the tooltip, "Directory Name"
> for the popup, and  "A directory with that name already exists" for the message.
> 
> 
> The dialog shown when you click File->Save As is the GUI dialog
> provided by the toolkit (in your case, it seems like GTK+), and Emacs
> has very little control on what it says, what it shows, and what are
> the tooltips there.
> 
> So I don't think this is an Emacs bug, if at all.
> 
> Hmm -- I actually hadn't realized that. I guess I was put on the wrong footing
> because a) the window is reported by xprop as 'Emacs', b) (as the GDK introspection
> tool reveals) it has a '#emacs-dialog' css ID and c) it looks a bit different from
> the regular file-manager windows on my system.
> 
> Anyway, to be fair I didn't call it a bug, but an inconsistency -- though
> admiitedly it isn't even that.
> Or was I wrong to post it on THIS list, and is there a more appropriate list to
> report such possible issues?

This is the right list, but there's nothing we can do about the text
in the GTK dialogs, and I very much doubt that GTK folks will change
the text to match the Emacs nomenclature.

So I think this is an inconsistency we will need to live with.





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

* bug#71708: Terminology inconsistencies (1)
  2024-06-23  5:11     ` Eli Zaretskii
@ 2024-06-30  6:09       ` Stefan Kangas
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2024-06-30  6:09 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: morf, 71708-done

Eli Zaretskii <eliz@gnu.org> writes:

> [Please use Reply All to reply, to keep the bug tracker CC'ed.]
>
>> Date: Sun, 23 Jun 2024 00:03:27 +0200
>> From: morf <amorfortia@gmail.com>
>>
>> Eli Zaretskii wrote on 6/21/24 21:20:
>>
>>  Date: Fri, 21 Jun 2024 19:03:00 +0200
>> From: morf <amorfortia@gmail.com>
>>
>> However, when:
>>
>> [menubar] File > Save As
>> [Create] button
>>     [tooltip] "Create Folder"
>>     [popup] "Folder Name" (as well as a message "A folder with that name
>>         already exists" when typing in an existing directory name)
>>
>> This is an inconsistency.
>> Since this is Linux, it should be "Create Directory" for the tooltip, "Directory Name"
>> for the popup, and  "A directory with that name already exists" for the message.
>>
>>
>> The dialog shown when you click File->Save As is the GUI dialog
>> provided by the toolkit (in your case, it seems like GTK+), and Emacs
>> has very little control on what it says, what it shows, and what are
>> the tooltips there.
>>
>> So I don't think this is an Emacs bug, if at all.
>>
>> Hmm -- I actually hadn't realized that. I guess I was put on the wrong footing
>> because a) the window is reported by xprop as 'Emacs', b) (as the GDK introspection
>> tool reveals) it has a '#emacs-dialog' css ID and c) it looks a bit different from
>> the regular file-manager windows on my system.
>>
>> Anyway, to be fair I didn't call it a bug, but an inconsistency -- though
>> admiitedly it isn't even that.
>> Or was I wrong to post it on THIS list, and is there a more appropriate list to
>> report such possible issues?
>
> This is the right list, but there's nothing we can do about the text
> in the GTK dialogs, and I very much doubt that GTK folks will change
> the text to match the Emacs nomenclature.
>
> So I think this is an inconsistency we will need to live with.

I'm therefore closing this bug report.





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

end of thread, other threads:[~2024-06-30  6:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-21 17:03 bug#71708: Terminology inconsistencies (1) morf
2024-06-21 19:20 ` Eli Zaretskii
     [not found]   ` <5573cde6-8345-43d2-aa96-c980347ea619@gmail.com>
2024-06-23  5:11     ` Eli Zaretskii
2024-06-30  6:09       ` Stefan Kangas

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