From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Print out my key-sequences Date: Sun, 18 Apr 2010 18:09:32 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271607041 13552 80.91.229.12 (18 Apr 2010 16:10:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2010 16:10:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 18 18:10:39 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O3X4x-0007CV-6g for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Apr 2010 18:10:39 +0200 Original-Received: from localhost ([127.0.0.1]:33428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3X4w-0000iG-9A for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Apr 2010 12:10:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3X4H-0000WF-99 for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 12:09:57 -0400 Original-Received: from [140.186.70.92] (port=58811 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3X4G-0000Us-3h for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 12:09:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3X4E-0003Bd-QF for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 12:09:55 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:5042) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3X4E-0003BN-Hr for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 12:09:54 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so1379902fga.12 for ; Sun, 18 Apr 2010 09:09:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=UcKq+amvRNbjZ+tTSk35MOe/kS7NYkrLUT/0k/yyFx8=; b=welselfvx9rP+rRgDVGZYK7n0DyRb/Dp6mpjgGwnUaqgZi22EkmKwlENzvK7Amb5KP Jr1lEg2NrH0j3O6JEmljv9iVQNXHka6E0cVJ5x2pL1BYjVxF9toRVnxBx7zFWfI7JXYf rYreYgM1aySk9+sEhNtOov6pHhneBIYN9zIGM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=l3jYYYdDNAJWLxayUD1BHN59Cpwd/kYIEHgJYY0e5UEAFSlAgP4jL09RbrYDeoBNw5 3W8QXlZPVXwBd4LVSpCFHJrjF5VAPxauVrzU8VsOPxL2RkWEx/0VT+vrwZgL4YKQuqzg uwvZm2ZGp7eO2kxI1H9m46yxfqg1rgUBsTvdY= Original-Received: by 10.239.169.18 with HTTP; Sun, 18 Apr 2010 09:09:32 -0700 (PDT) In-Reply-To: Original-Received: by 10.239.166.195 with SMTP id c3mr357862hbe.57.1271606992131; Sun, 18 Apr 2010 09:09:52 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72752 Archived-At: On Sun, Apr 18, 2010 at 4:16 PM, Andrea Crotti wrote: > > (defun popup-last () > =C2=A0(interactive) > =C2=A0(growl-popup (this-command-keys))) > --8<---------------cut here---------------end--------------->8--- > > What doest that supposed to mean? > The function this-command-keys is returning a string, and growl-popup is > working just fine, so what could be the problem again? Are you sure this-command-keys is always returning a string?