From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12035 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Adding X-Face-headers Date: 13 Sep 1997 16:28:20 +0200 Message-ID: References: <87sov9jpl4.fsf@virgil.koldfront.dk> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035151644 1546 80.91.224.250 (20 Oct 2002 22:07:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:07:24 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id IAA29671 for ; Sat, 13 Sep 1997 08:13:13 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id KAA24080 for ; Sat, 13 Sep 1997 10:09:49 -0500 (CDT) Original-Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 13 Sep 1997 16:28:28 +0200 Original-Received: (from hniksic@localhost) by jagor.srce.hr (8.8.7/8.8.6) id QAA22377; Sat, 13 Sep 1997 16:28:21 +0200 (MET DST) Original-To: ding@ifi.uio.no X-Attribution: Hrvoje X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/xDi&N7XG KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&Ff%x_>1`T(+M2Gg/fgndU%k*ft [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J In-Reply-To: Adam Sjoegren's message of "13 Sep 1997 15:44:23 +0200" Original-Lines: 22 X-Mailer: Gnus v5.4.65/XEmacs 20.3(beta19) - "Kyiv" Xref: main.gmane.org gmane.emacs.gnus.general:12035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12035 Adam Sjoegren writes: > Is that the easiest way to do it? > > It seems a little bit messy to me - and since I'm nowhere near > mastering (e)lisp, I can't tell if there's an easier solution.. Yes, there is. You can put the x-face adding to message-send-hook, and read it from a file. For instance: (add-hook 'message-send-hook (lambda () (goto-char (point-min)) (insert "~/.x-face"))) ...and keep your x-face in ~/.x-face, unescaped. -- Hrvoje Niksic | Student at FER Zagreb, Croatia --------------------------------+-------------------------------- Contrary to popular belief, Unix is user friendly. It just happens to be selective about who it makes friends with.