xwem-devel
[Top] [All Lists]

Re: x-border-width => 0 for XEmacs frames

From: Richard Klinda <ignotus@xxxxxxxxxxx>
Subject: Re: x-border-width => 0 for XEmacs frames
Date: Sun, 08 May 2005 19:59:54 +0200
Organization: FIRST, I'm covering you with OLIVE OIL and PRUNE WHIP!!
Sender: ignotus@xxxxxxxxxxx
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux)
>>>>> Regarding 'Re: x-border-width => 0 for XEmacs frames'; Alexey Mikhailov 
>>>>> adds:


  > (dolist (cl (xwem-clients-list))
  >   (xwem-client-set-property cl 'x-border-width 0))

  > Will it solve your problem ?

Oh, I only wanted to change the XEmacs frames, you gave me an idea so I
come up with this:

  (dolist (cl (xwem-clients-list))
    (when (xwem-cl-match-p cl '((name "^emacs")))
      (xwem-client-set-property cl 'x-border-width 0)))

Thanks.:)

-- 
Richard Klinda  \/
                /\  Show me your init.el and I'll you tell who you are.

<Prev in Thread] Current Thread [Next in Thread>