Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
62c118f5
Commit
62c118f5
authored
Dec 10, 2005
by
YAMAMOTO Mitsuharu
Browse files
Add CFBundleURLTypes key and
data. Make NSServices open-selection the first entry.
parent
ea1f6051
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
mac/Emacs.app/Contents/Info.plist
mac/Emacs.app/Contents/Info.plist
+16
-5
No files found.
mac/Emacs.app/Contents/Info.plist
View file @
62c118f5
...
...
@@ -35,7 +35,18 @@
<string>
EMAx
</string>
<key>
CFBundleVersion
</key>
<string>
1.1
</string>
<key>
NSServices
</key>
<key>
CFBundleURLTypes
</key>
<array>
<dict>
<key>
CFBundleURLName
</key>
<string>
Email Address URL
</string>
<key>
CFBundleURLSchemes
</key>
<array>
<string>
mailto
</string>
</array>
</dict>
</array>
<key>
NSServices
</key>
<array>
<dict>
<key>
NSKeyEquivalent
</key>
...
...
@@ -43,10 +54,10 @@
<key>
NSMenuItem
</key>
<dict>
<key>
default
</key>
<string>
Emacs/
Open Selected File
</string>
<string>
Emacs/
New Buffer Containing Selection
</string>
</dict>
<key>
NSMessage
</key>
<string>
open-
file
</string>
<string>
open-
selection
</string>
<key>
NSPortName
</key>
<string>
Emacs
</string>
<key>
NSReturnTypes
</key>
...
...
@@ -62,10 +73,10 @@
<key>
NSMenuItem
</key>
<dict>
<key>
default
</key>
<string>
Emacs/
New Buffer Containing Selection
</string>
<string>
Emacs/
Open Selected File
</string>
</dict>
<key>
NSMessage
</key>
<string>
open-
selection
</string>
<string>
open-
file
</string>
<key>
NSPortName
</key>
<string>
Emacs
</string>
<key>
NSReturnTypes
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment