From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82583 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.general,gmane.emacs.w3m Subject: Re: 20121209 gnus breaks many things Date: Mon, 10 Dec 2012 14:17:06 +0800 Message-ID: <87hanumnx9.fsf@jidanni.org> References: <87fw3eprij.fsf@jidanni.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1355120316 27912 80.91.229.3 (10 Dec 2012 06:18:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2012 06:18:36 +0000 (UTC) Cc: emacs-w3m@namazu.org, ding@gnus.org To: yamaoka@jpl.org Original-X-From: ding-owner+M30849@lists.math.uh.edu Mon Dec 10 07:18:49 2012 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 1ThwhS-0007pc-E9 for ding-account@gmane.org; Mon, 10 Dec 2012 07:18:46 +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 1Thwg3-0006aM-HC; Mon, 10 Dec 2012 00:17:19 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Thwfz-0006a7-Tf for ding@lists.math.uh.edu; Mon, 10 Dec 2012 00:17:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Thwfy-000078-8O for ding@lists.math.uh.edu; Mon, 10 Dec 2012 00:17:15 -0600 Original-Received: from mailbigip.dreamhost.com ([208.97.132.5] helo=homiemail-a7.g.dreamhost.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Thwfw-0008LN-25 for ding@gnus.org; Mon, 10 Dec 2012 07:17:12 +0100 Original-Received: from homiemail-a7.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTP id 9F3B525C06D; Sun, 9 Dec 2012 22:17:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:references:date:message-id:mime-version:content-type; s=jidanni.org; bh=AK6ubS3B3H5QqO1h34SM3cwbcZQ=; b=GPA7ekkwPMCwN t3wadrIBsOvHE6D3+0zJrxqbRCc1PrFek8/txgYDu6kSezyf1F4YUudK0TOO+Q3Z k9bAChADjJw8zjy/FxEljVUYMiTp2fMITZn185iVwgFSqFLf4if+SVifky14lsiz OuZVsU9UVADsrrzCFMWqnFR9RWVQCo= Original-Received: from jidanni.org (111-246-86-13.dynamic.hinet.net [111.246.86.13]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTPSA id 5A71225C06B; Sun, 9 Dec 2012 22:17:10 -0800 (PST) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82583 gmane.emacs.w3m:8855 Archived-At: OK, it seems I now need add the #! line to $ cat ~/bin/firefox #!/bin/sh midori "$@" to get things working. OK, now it works again. Thanks everybody.