This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; browse-url.el からコピペ | |
| ;; open コマンドに --background オプション付ける | |
| (defun browse-url-default-macosx-browser (url &optional new-window) | |
| (interactive (browse-url-interactive-arg "URL: ")) | |
| (start-process (concat "open" url) nil "open" "--background" url)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| slow 遅い | |
| fast 速い | |
| above より上に | |
| below より下に | |
| absolute 絶対的な | |
| relative 相対的な | |
| abstract 抽象的な |