From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov <tzz@lifelogs.com> Newsgroups: gmane.emacs.help Subject: Re: Help with make install to a non-default directory - Emacs not finding lisp files maybe? Date: Thu, 13 Feb 2014 09:24:08 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87wqgzf5vb.fsf@lifelogs.com> References: <87mwhw40v6.fsf@moondust.localdomain> <mailman.14887.1392234872.10748.help-gnu-emacs@gnu.org> <87k3d0qcyj.fsf@moondust.localdomain> <mailman.14891.1392238170.10748.help-gnu-emacs@gnu.org> <87bnycqbwq.fsf@moondust.localdomain> <87lhxfu2pn.fsf_-_@moondust.localdomain> <87eh3770i0.fsf@moondust.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392301520 25544 80.91.229.3 (13 Feb 2014 14:25:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2014 14:25:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 13 15:25:28 2014 Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org> 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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1WDxEA-0001xy-K7 for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 15:25:22 +0100 Original-Received: from localhost ([::1]:46676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1WDxEA-0003GG-5s for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2014 09:25:22 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.albasani.net 2CxRfsTqGcnfLpROqTzREWL6HOJkGnsd0X6U/tb8kx7KkwtcWj7jLBe9w6CuC2OZdXEHbcT5/Q4MA4wLTe2yVA== Original-NNTP-Posting-Date: Thu, 13 Feb 2014 14:23:55 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="aOrplxPknbtWyT/axNJSsFfxr2B1YFhTDCnO/5oVlBDYCdT3Q5GR6PPOwnqNU92TFs4Z6FihW0RRTdkxtJZk5SORg31Of2LuzKOpAJiGKrO2L4X9G+Qeu8fTjrkKJvUI"; mail-complaints-to="abuse@albasani.net" User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:3fpSiKyOyFndSopQS8WPSDVGpbc= sha1:gaKp0w2HqcONBR2EVrwNbSjHrrg= Original-Xref: usenet.stanford.edu gnu.emacs.help:203782 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 <help-gnu-emacs.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs> List-Post: <mailto:help-gnu-emacs@gnu.org> List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=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:96052 Archived-At: <http://permalink.gmane.org/gmane.emacs.help/96052> On Thu, 13 Feb 2014 06:47:19 -0400 nljlistbox2@gmail.com (N. Jackson) wrote: NJ> Once Gnus is started, I have in 24.3.50: NJ> mm-text-html-renderer is a variable defined in `mm-decode.el'. Its NJ> value is html2text NJ> So the default values have changed between 24.3.1 and 24.3.50. NJ> In any case, I have now set this variable to shr. But html emails are NJ> _still not_ being rendered. NJ> What next ought I to look at? Run `M-x eww' and see if it works. It uses shr. If it works, it's a configuration problem. If not, you can't use shr (e.g. libxml support missing). Ted