![[Home]](https://www.emacswiki.org/images/logo218x38.png)
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.