Difference between revision 3 and current revision
Summary: Rollback to 2008-09-05 00:16 UTC
No diff available.If you build Emacs from source you’re going to miss the native print dialog available in CarbonEmacsPackage. Here’s how to get it back:
bin/coral.app into /Applicationsbin/coral into /usr/local/bin and edit it so that it calls /Applications/coral.app/Contents/MacOS/coral.emacs:(when (require 'mac-print-mode nil t) (mac-print-mode 1) (global-set-key (kbd "M-p") 'mac-print-buffer))
Now M-p should automatically export the current page as HTML and produce a nice Mac OS print dialog that prints it.