From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84339 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap splitting weirdness Date: Sat, 08 Mar 2014 18:13:46 +0800 Message-ID: <87siqt80bp.fsf@ericabrahamsen.net> References: <877g88m2b3.fsf@ericabrahamsen.net> <87zjl39p6q.fsf@igel.home> <874n399ig7.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394273514 4148 80.91.229.3 (8 Mar 2014 10:11:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2014 10:11:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32585@lists.math.uh.edu Sat Mar 08 11:12:02 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WMEEY-0003qM-QZ for ding-account@gmane.org; Sat, 08 Mar 2014 11:11:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1WMEE7-0005O3-OV; Sat, 08 Mar 2014 04:11:31 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1WMEE4-0005Nl-SI for ding@lists.math.uh.edu; Sat, 08 Mar 2014 04:11:28 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WMEE3-00025S-FF for ding@lists.math.uh.edu; Sat, 08 Mar 2014 04:11:28 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WMEE1-0005O5-FA for ding@gnus.org; Sat, 08 Mar 2014 11:11:25 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WMEE0-0003Jh-Fg for ding@gnus.org; Sat, 08 Mar 2014 11:11:24 +0100 Original-Received: from 114.248.1.149 ([114.248.1.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Mar 2014 11:11:24 +0100 Original-Received: from eric by 114.248.1.149 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Mar 2014 11:11:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 114.248.1.149 User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:ERCH9CDY2vyI3g6GqRf98W5E8xs= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84339 Archived-At: Eric Abrahamsen writes: > Andreas Schwab writes: > >> Eric Abrahamsen writes: >> >>> Any hints on what might be going on? I'm using git gnus and GNU Emacs >>> 24.3.1. >> >> Perhaps you could add a hack to Fset to watch for assignments to >> nnimap-split-fancy and trigger a backtrace. >> >> Andreas. > > This seemed like an interesting idea, but I haven't quite been able to > get it to work. `fset' doesn't seem right, that's only for defining > functions. Is that what you meant? I tried to advise `set', because I'd > always thought all variable assignment eventually made use of set, but > nothing happened when I tested a setq form with nnimap-split-fancy. > Advising `setq' directly resulted in "Lisp nesting exceeds > `max-lisp-eval-depth'", perhaps just because I'm doing the advice wrong: Ignore this, I'm obviously Doing It Wrong, will read the manual...