Hi, I found the mistake why I couldn't print in emacs. My printer has a different name and I changed it in my init.el file. HP_Officejet_J4680_series No I can print within emacs, at the moment with the menu: print Other options I have to figure out. Kind regards Gottfried Am 16.12.22 um 16:27 schrieb Gottfried: > Hi, > > I added this to my init.el file: > > ;;printer > (setq lpr-switches >       (append '("-P" "HP_Officejet_J4680_All-in-One" >                 "-o" "sides=two-sided-long-edge" >                 "-o" "number-up=2") >               lpr-switches)) > > > But still it does not find my printer. > >