From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Degutis Newsgroups: gmane.emacs.help Subject: Get rid of free variable warning from other packages? Date: Tue, 9 Apr 2013 14:30:21 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0116052893f25e04d9f29522 X-Trace: ger.gmane.org 1365535838 15171 80.91.229.3 (9 Apr 2013 19:30:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Apr 2013 19:30:38 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 09 21:30:40 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 1UPeFc-0005V4-CL for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Apr 2013 21:30:40 +0200 Original-Received: from localhost ([::1]:39037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPeFb-0001tV-TW for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Apr 2013 15:30:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPeFN-0001t7-B2 for help-gnu-emacs@gnu.org; Tue, 09 Apr 2013 15:30:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPeFK-00080q-Dx for help-gnu-emacs@gnu.org; Tue, 09 Apr 2013 15:30:25 -0400 Original-Received: from mail-vb0-x233.google.com ([2607:f8b0:400c:c02::233]:38004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPeFK-00080g-9l for help-gnu-emacs@gnu.org; Tue, 09 Apr 2013 15:30:22 -0400 Original-Received: by mail-vb0-f51.google.com with SMTP id x19so5114435vbf.10 for ; Tue, 09 Apr 2013 12:30:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=5mr2t9H89HGbpQtEUzzB+rMBntPS5qAV9Sq8Ukz3zvo=; b=nBYhcSRj453yGut14/907htY+bxzIvCRh9FWK6W6NC1lsm6dLWU11NUOB7WE3PxoDE 4yMb+7hrdftCJ2qkDqit0kr+tm1WbZGLXJf+9jT/VjTHC8sGMqcDd4y0QspK34RevJjR BcDTehLU5vMVRrnEAAKnXlpEWfKVFaf9aqx8i+A/7bHYccZ12I1EO2HvFHk00RCZoQ9o n8QJQFzO0vyWnHqMpC6gi5Hyzaj24prufN5bTD8TSBIlpjQNV4qtkr6TJcy/oku41EZJ AOvJkMv0jM7Oy7PtDjsJ7jCynfrNYHgp1cS7BCxMgMo/gJx4DPBkDf38xSZN/RakrbFg jxAA== X-Received: by 10.221.4.6 with SMTP id oa6mr16367668vcb.29.1365535821654; Tue, 09 Apr 2013 12:30:21 -0700 (PDT) Original-Received: by 10.58.146.197 with HTTP; Tue, 9 Apr 2013 12:30:21 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::233 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:90050 Archived-At: --089e0116052893f25e04d9f29522 Content-Type: text/plain; charset=ISO-8859-1 In my package, I setq some variables that are defined in other packages. (Specifically, in ido-vertical-mode, I setq ido-decorations.) Is there a way to disable the warning that says I'm setqing a free variable? Or better yet, is there a better way to set a variable that belongs to another package, only when my minor-mode is enabled, and have it reverted back when my minor-mode is disabled? -Steven --089e0116052893f25e04d9f29522 Content-Type: text/html; charset=ISO-8859-1
In my package, I setq some variables that are defined in other packages. (Specifically, in ido-vertical-mode, I setq ido-decorations.) Is there a way to disable the warning that says I'm setqing a free variable?

Or better yet, is there a better way to set a variable that belongs to another package, only when my minor-mode is enabled, and have it reverted back when my minor-mode is disabled?

-Steven
--089e0116052893f25e04d9f29522--