Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ミニバッファに色付きのテキスト文字列を表示したいのですが、「message」関数を使用すると、のtext-propertiesが削除されます。
私のために働く:
(message "%s" (propertize "foo" 'face '(:foreground "red")))
おそらく(message (propertize ...))、プロパティ化された文字列をフォーマット制御文字列として解釈するため、そのプロパティが削除されたはずです。
(message (propertize ...))