Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa01876; 26 Dec 96 23:06 PST To: jay@JIMI.CS.UNLV.EDU Subject: bug-chimera mar 96 Date: Thu, 26 Dec 1996 23:06:40 -0800 From: Jay Nietling ------- Forwarded Messages Received: from haymarket.ed.ac.uk by JIMI.CS.UNLV.EDU id aa10318; 1 Mar 96 6:42 PST Received: from aiai.ed.ac.uk (skye-alter.aiai.ed.ac.uk [192.41.104.6]) by haymarket.ed.ac.uk (8.6.10/8.6.12) with SMTP id OAA20734; Fri, 1 Mar 1996 14:41:31 GMT Received: from subnode.aiai.ed.ac.uk (scarp) by aiai.ed.ac.uk; Fri, 1 Mar 96 14:40:39 GMT Date: Fri, 1 Mar 96 14:40:39 GMT Message-Id: <22974.9603011440@subnode.aiai.ed.ac.uk> From: Tim Bradshaw To: Jim Rees Cc: Chimera Lovers Subject: Re: open shortcut In-Reply-To: <9602292031.aa15622@uk.ac.ed.castle> References: <9602292031.aa15622@uk.ac.ed.castle> * Jim Rees wrote: > Here's a shortcut for opening urls. If you give a url with no '/' in it, > chimera will add "https://" to it. For example, "foo.com" becomes > "https://foo.com/". The only side effect is that if you want to open a local > file in the current directory, you must give its name as "./foo". This would be awful for me, since I use chimera to view html files from dired in emacs all the time, and emacs doesn't defaultly add any cleverness. Wouldn't it be better to to a stat() on the name first to see if it exists as a local file. Or you could do a gethostbyname too and do something if there's a conflict, or perhaps have a resource to set a preference - --tim ------- Message 2 Received: from ttmath.ttu.edu by JIMI.CS.UNLV.EDU id aa13441; 2 Mar 96 15:01 PST Date: Sat, 2 Mar 1996 17:01:18 -0600 (CST) From: Jake Kesinger To: Chimera Lovers Subject: Bug with
    and nested blockquotes in cfh101 In-Reply-To: <9602292039.AA15509@math.ttu.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sorry if this is old news, but I've found a couple bugs. I looked through CHANGES but couldn't find anything. 1. Nested blockquotes don't work. When the inside blockquote is closed, the entire blockquote element is destroyed. Example at https://www.math.ttu.edu/~kesinger/chimera/nestedbq.html 2.
      lists are treated as unordered. Looking at the source for layout.c I notice (1st column is line #s) 506 else if (tag == TAG_OL) HandleList(li, tag, p, end); 513 else if (tag == TAG_OL) HandleOL(li, p, end); but removing line 506 didn't help. I'm running Solaris 2.4, gcc 2.6.0, not sure about X11R[56]. --Jake _ Jake Kesinger (kesinger@math.ttu.edu) <*> LUBBOCK -> _|*~- https://www.math.ttu.edu/~kesinger/ \, _} ``It's a damn poor mind that can only think of one way \( to spell a word.'' (Andrew Jackson) ------- Message 3 Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa26711; 6 Mar 96 2:59 PST Received: from ry.ISRI.UNLV.EDU by JIMI.CS.UNLV.EDU id aa26693; 6 Mar 96 2:54 PST To: chimera-announce@ry.ISRI.UNLV.EDU Subject: 2.0 alpha 102 Date: Wed, 06 Mar 1996 02:54:11 -0800 From: John Kilburg I just put a new one out there for the heck of it but you may not want to grab it. I didn't get the bookmark situation straightened out and you do not want to press 'Source' twice without doing a "Back". https://www.unlv.edu/~john/chimera/src/ https://www.isri.unlv.edu/~john/chimera/src/ Changes: alpha 102 - --------- A colon delimited list of filenames can be specified for the dbFiles resource. Not tested. URL failure was not being reported back to the parent frame. This caused HTML rendering to stop forever waiting for the image. Partially fixed. Reported by Karl Eichwalder . Added support for the size attribute for form text input. Larry Doolittle Paragraph align attribute was being carried over into the following paragraphs if the aligned paragraph didn't have an end tag. Fixed. Reported by Karl Eichwalder Feeling silly...added some support for frames. html/frame.c. Cleaned up the URL load code in HTML and shoved it in html/load.c. HandleSelect() was causing trouble if called for but there was never a