Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I have pixmap backgrounds in XEmacs?

backgrounds pixmap XEmacs
0
10 Posted

Can I have pixmap backgrounds in XEmacs?

0
10

Juan Villacis writes: There are several ways to do it. For example, you could specify a default pixmap image to use in your `~/.Xresources’, e.g., Emacs*EmacsFrame.default.attributeBackgroundPixmap: /path/to/image.xpm and then reload ~/.Xresources and restart XEmacs. Alternatively, since each face can have its own pixmap background, a better way would be to set a face’s pixmap within your XEmacs init file, e.g., (set-face-background-pixmap ‘default “/path/to/image.xpm”) (set-face-background-pixmap ‘bold “/path/to/another_image.xpm”) and so on. You can also do this interactively via M-x edit-faces.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123