* bug#46700: Update instructions for mac OS installation of emacs via homebrew
@ 2021-02-21 20:48 Tyler Chambers
2021-02-26 14:40 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Tyler Chambers @ 2021-02-21 20:48 UTC (permalink / raw)
To: 46700
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
on the page:
https://www.gnu.org/software/emacs/download.html
brew cask install emacs
should be replaced with:
brew install --cask emacs
as the cask subcommand has been removed from homebrew, in favor of a --cask flag.
relevant commit removing the cask subcommand from the usage instructions on the official homebrew github:
https://github.com/Homebrew/homebrew-cask/commit/1fb821a4a50f75c92afe1ded44ccc6709314461b#diff-58a825c70bccfbe691d7ddbddb133275f4f657de6aeb4a502fa9fce279f8bf8d
tyler@iheartapis.com
2E69 E7FB 5F0E 1C0F 1D62 5C36 BA76 979F AA8D 36E6
[-- Attachment #2: Type: text/html, Size: 1328 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46700: Update instructions for mac OS installation of emacs via homebrew
2021-02-21 20:48 bug#46700: Update instructions for mac OS installation of emacs via homebrew Tyler Chambers
@ 2021-02-26 14:40 ` Eli Zaretskii
2021-02-26 14:48 ` Alan Third
0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2021-02-26 14:40 UTC (permalink / raw)
To: Tyler Chambers, Alan Third; +Cc: 46700
> Date: Sun, 21 Feb 2021 15:48:46 -0500
> From: "Tyler Chambers" <tyler@iheartapis.com>
>
> on the page:
> https://www.gnu.org/software/emacs/download.html
>
> brew cask install emacs
>
> should be replaced with:
>
> brew install --cask emacs
>
> as the cask subcommand has been removed from homebrew, in favor of a --cask flag.
>
> relevant commit removing the cask subcommand from the usage instructions on the official homebrew
> github:
> https://github.com/Homebrew/homebrew-cask/commit/1fb821a4a50f75c92afe1ded44ccc6709314461b#diff-58a825c70bccfbe691d7ddbddb133275f4f657de6aeb4a502fa9fce279f8bf8d
Alan, any comments? Should this be changed, and if so, should we do
it on the release branch?
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46700: Update instructions for mac OS installation of emacs via homebrew
2021-02-26 14:40 ` Eli Zaretskii
@ 2021-02-26 14:48 ` Alan Third
2021-02-26 15:17 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Alan Third @ 2021-02-26 14:48 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Tyler Chambers, 46700
On Fri, Feb 26, 2021 at 04:40:19PM +0200, Eli Zaretskii wrote:
> > Date: Sun, 21 Feb 2021 15:48:46 -0500
> > From: "Tyler Chambers" <tyler@iheartapis.com>
> >
> > on the page:
> > https://www.gnu.org/software/emacs/download.html
> >
> > brew cask install emacs
> >
> > should be replaced with:
> >
> > brew install --cask emacs
> >
> > as the cask subcommand has been removed from homebrew, in favor of a --cask flag.
> >
> > relevant commit removing the cask subcommand from the usage instructions on the official homebrew
> > github:
> > https://github.com/Homebrew/homebrew-cask/commit/1fb821a4a50f75c92afe1ded44ccc6709314461b#diff-58a825c70bccfbe691d7ddbddb133275f4f657de6aeb4a502fa9fce279f8bf8d
>
> Alan, any comments? Should this be changed, and if so, should we do
> it on the release branch?
We don't make any recommendations about installing via homebrew in the
Emacs repository. nextstep/INSTALL, for example, only discusses
compiling from source.
I believe this is purely in reference to the website. I don't have
any special insight into homebrew, but I see this:
breton:/Users/alan>brew cask install emacs
Updating Homebrew...
[...]
Error: Unknown command: cask
so I guess the requested change is correct.
I have no idea how to update the website myself.
--
Alan Third
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46700: Update instructions for mac OS installation of emacs via homebrew
2021-02-26 14:48 ` Alan Third
@ 2021-02-26 15:17 ` Eli Zaretskii
2021-02-26 15:21 ` Alan Third
0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2021-02-26 15:17 UTC (permalink / raw)
To: Alan Third; +Cc: tyler, 46700
> Date: Fri, 26 Feb 2021 14:48:29 +0000
> From: Alan Third <alan@idiocy.org>
> Cc: Tyler Chambers <tyler@iheartapis.com>, 46700@debbugs.gnu.org
>
> I believe this is purely in reference to the website. I don't have
> any special insight into homebrew, but I see this:
>
> breton:/Users/alan>brew cask install emacs
> Updating Homebrew...
> [...]
> Error: Unknown command: cask
>
> so I guess the requested change is correct.
>
> I have no idea how to update the website myself.
Thanks. I think I updated the website, although I don't yet see the
change in my browser. maybe it takes some time for the changes to
propagate?
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46700: Update instructions for mac OS installation of emacs via homebrew
2021-02-26 15:17 ` Eli Zaretskii
@ 2021-02-26 15:21 ` Alan Third
2021-02-26 15:26 ` Eli Zaretskii
0 siblings, 1 reply; 6+ messages in thread
From: Alan Third @ 2021-02-26 15:21 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: tyler, 46700-done
On 26 February 2021 15:17:06 GMT, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Fri, 26 Feb 2021 14:48:29 +0000
>> From: Alan Third <alan@idiocy.org>
>> Cc: Tyler Chambers <tyler@iheartapis.com>, 46700@debbugs.gnu.org
>>
>> I believe this is purely in reference to the website. I don't have
>> any special insight into homebrew, but I see this:
>>
>> breton:/Users/alan>brew cask install emacs
>> Updating Homebrew...
>> [...]
>> Error: Unknown command: cask
>>
>> so I guess the requested change is correct.
>>
>> I have no idea how to update the website myself.
>
>Thanks. I think I updated the website, although I don't yet see the
>change in my browser. maybe it takes some time for the changes to
>propagate?
I see the change here. So all is good, I think.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46700: Update instructions for mac OS installation of emacs via homebrew
2021-02-26 15:21 ` Alan Third
@ 2021-02-26 15:26 ` Eli Zaretskii
0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2021-02-26 15:26 UTC (permalink / raw)
To: Alan Third; +Cc: tyler, 46700
> Date: Fri, 26 Feb 2021 15:21:12 +0000
> CC: tyler@iheartapis.com,46700-done@debbugs.gnu.org
> From: Alan Third <alan@idiocy.org>
>
> >Thanks. I think I updated the website, although I don't yet see the
> >change in my browser. maybe it takes some time for the changes to
> >propagate?
>
> I see the change here. So all is good, I think.
Now I see it as well. So yes, it takes a few minutes to update.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-02-26 15:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-21 20:48 bug#46700: Update instructions for mac OS installation of emacs via homebrew Tyler Chambers
2021-02-26 14:40 ` Eli Zaretskii
2021-02-26 14:48 ` Alan Third
2021-02-26 15:17 ` Eli Zaretskii
2021-02-26 15:21 ` Alan Third
2021-02-26 15:26 ` Eli Zaretskii
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.