Menu

#1421 Add Homebrew Emacs support

All
closed
nobody
5
2016-02-05
2016-02-05
No

I use the Emacs provided by the HomeBrew project. They put all the programs in /usr/local/bin, so I added it to InitialUserDefaults.plist as:

                <dict>
                        <key>name</key>
                        <string>Homebrew Emacs</string>
                        <key>command</key>
                        <string>/usr/local/bin/emacsclient</string>
                        <key>arguments</key>
                        <string>-n -a /usr/local/bin/emacs +%line &quot;%file&quot;</string>
                </dict>

Could you please add that for the next version?

Related

Feature Requests: #1421

Discussion

  • Christiaan Hofman

    • status: open --> closed
     
    • PEDRO A. ARANDA

      PEDRO A. ARANDA - 2016-02-05

      Homebrew emacs indeed is an app and you can make it appear in /Applications
      through 'brew linkapps emacs'.
      El 5/2/2016 12:05, "Christiaan Hofman" hofman@users.sf.net escribió:

      • status: open --> closed
      • Comment:

      AFAICS Homebrew Emacs isn't an app, therefore it cannot be put in a
      default editor, which explicitly looks for apps.


      Status: closed
      Group: All
      Labels: homebrew emacs
      Created: Fri Feb 05, 2016 06:38 AM UTC by PEDRO A. ARANDA
      Last Updated: Fri Feb 05, 2016 06:38 AM UTC
      Owner: nobody

      I use the Emacs provided by the HomeBrew project http://brew.sh/. They
      put all the programs in /usr/local/bin, so I added it to
      InitialUserDefaults.plist as:

                  <dict>
                          <key>name</key>
                          <string>Homebrew Emacs</string>
                          <key>command</key>
                          <string>/usr/local/bin/emacsclient</string>
                          <key>arguments</key>
                          <string>-n -a /usr/local/bin/emacs +%line &quot;%file&quot;</string>
                  </dict>
      

      Could you please add that for the next version?

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/skim-app/feature-requests/1421/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #1421

      • Christiaan Hofman

        When it's an app, it's called Emacs.app, and that one should work through the already available Emacs preset. THere is definitely no app named "Homebrew Emacs", and that's what a preset expects. (Even if it works for you, that's iuncidental, it is not by design, so it can easily break.)

         
  • Christiaan Hofman

    AFAICS Homebrew Emacs isn't an app, therefore it cannot be put in a default editor, which explicitly looks for apps.

     
  • Christiaan Hofman

    BTW you should not edit the content of the app bundle, that can give problems with the signing.

     
    • PEDRO A. ARANDA

      PEDRO A. ARANDA - 2016-02-06

      Mea culpa :-) Was just trying to provide a proof-of-concept with my feature
      request...
      El 5/2/2016 12:18, "Christiaan Hofman" hofman@users.sf.net escribió:

      BTW you should not edit the content of the app bundle, that can give
      problems with the signing.


      Status: closed
      Group: All
      Labels: homebrew emacs
      Created: Fri Feb 05, 2016 06:38 AM UTC by PEDRO A. ARANDA
      Last Updated: Fri Feb 05, 2016 11:05 AM UTC
      Owner: nobody

      I use the Emacs provided by the HomeBrew project http://brew.sh/. They
      put all the programs in /usr/local/bin, so I added it to
      InitialUserDefaults.plist as:

                  <dict>
                          <key>name</key>
                          <string>Homebrew Emacs</string>
                          <key>command</key>
                          <string>/usr/local/bin/emacsclient</string>
                          <key>arguments</key>
                          <string>-n -a /usr/local/bin/emacs +%line &quot;%file&quot;</string>
                  </dict>
      

      Could you please add that for the next version?

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/skim-app/feature-requests/1421/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Feature Requests: #1421


Log in to post a comment.