From: SourceForge.net <no...@so...> - 2013-01-14 01:16:58
|
Bugs item #3152972, was opened at 2011-01-07 08:26 Message generated for change (Comment added) made by legoscia You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586350&aid=3152972&group_id=88346 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: eurekafag () Assigned to: Nobody/Anonymous (nobody) Summary: URLs stop being highlighting Initial Comment: URLs become plain inactive text after buffer length reaches ~30000. I checked this using (point). All URLs can't be opened with C-c RET after that, they aren't highlighted. It's a pain for active conferences. Ugly workaround: C-x C-k RET and then wait for message in that conference, a new buffer will be created with working URLs. ---------------------------------------------------------------------- >Comment By: Magnus Henoch (legoscia) Date: 2013-01-13 17:16 Message: Turns out this is a feature: goto-address-fontify-maximum-size is a variable defined in `goto-addr.el'. Its value is 30000 Maybe goto-address should have an option to look at the _last_ 30000 characters instead... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=586350&aid=3152972&group_id=88346 |