From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Not To Miss Newsgroups: gmane.emacs.help Subject: defface programmatically with less redundancy Date: Sat, 20 Jul 2013 22:17:43 -0600 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1374420061 14422 80.91.229.3 (21 Jul 2013 15:21:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jul 2013 15:21:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 21 17:21:03 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V0vRW-0007JW-46 for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jul 2013 17:21:02 +0200 Original-Received: from localhost ([::1]:35618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0vRV-0005YK-MJ for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jul 2013 11:21:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0l6M-0004Ik-9c for help-gnu-emacs@gnu.org; Sun, 21 Jul 2013 00:18:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0l6G-0003pg-Uo for help-gnu-emacs@gnu.org; Sun, 21 Jul 2013 00:18:30 -0400 Original-Received: from mail-vc0-x232.google.com ([2607:f8b0:400c:c03::232]:35614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0l6G-0003pT-Qi for help-gnu-emacs@gnu.org; Sun, 21 Jul 2013 00:18:24 -0400 Original-Received: by mail-vc0-f178.google.com with SMTP id hr11so2965186vcb.9 for ; Sat, 20 Jul 2013 21:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=NTx3fr51uRJDZxcQVQiH/K2VO0rEvtJ2O5uujJk8uhM=; b=Qg6XQofPGDgMuWDIyJbWMO+afFjys41/CK0v+ulemjjmHx1Cdw0E7p4SGI2zGDafk/ Yz/BPe0QxgcLZSE2WmnuROywDS2TEOHjVxhFMrJaxppCcKO8KzTkt9j0v0TqdspF7Ob+ NfQG07BSMbQLPAC1yPFgGqXsW/RjxtUDHc7salWhWfoNiUlDRwx2+5+ebecCILwZkOqP JTfAdesIRqusdZA9mlRdOhAWsZAud1HiCdxAVs41os6KUI9jEiFpjFfr+58LsPNQP+R/ nIVNGPv4IczkMxPaCPVLDmXIILqTE0rkPsSUOVNBNZtaG+lV94iQW0BkJAtJdr4eka14 lnBw== X-Received: by 10.52.89.52 with SMTP id bl20mr1009642vdb.1.1374380304175; Sat, 20 Jul 2013 21:18:24 -0700 (PDT) Original-Received: by 10.220.237.10 with HTTP; Sat, 20 Jul 2013 21:17:43 -0700 (PDT) X-Google-Sender-Auth: LdFpU-JBWDkpFnV35VYCKNG0wFI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::232 X-Mailman-Approved-At: Sun, 21 Jul 2013 11:20:47 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92294 Archived-At: Hi Emacs users, I asked a question about it on the stack overflow: http://stackoverflow.com/questions/17768561/defface-with-less-redundancy just in case someone in the mailing list know the answer... Thanks, Zech