From mint-bounce@lists.fishpool.fi Fri Sep 17 11:33:51 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=mGrL5LshBwvNkGidg8HZfVMMPGmiA1CiYUg8wgV4gRs=; b=LMFqpMi+jhYCOz+lQUGj40pkts5x0RftcrzVu5xdY7p5CpJSChUwSIXPMve4aumh+n r2uFHZFuH2RXZqSex8Q73Ty9LtymkOhd3SdU3IQgEASmbbInZNGrm/xq8sxpM9KReEWf JPk3oXS+PaKs6wznXIji/6kd7y6SS6P1i5XNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=iL/oTgZlKZg5VR9hj5URcWoUJ1Xnx/AXm6qcmAA00EM2FTz9b3Yuc+FQFJCj0/9+ZQ o3KAJXpbe4FYwdoY8NfD4Lgu21Z9OlfMJZRXlx3CVHIZdbsRYz8su8bnBPyls//7evkO chT0FhLa8xFHhfwl4mkBPXS1qR62sc/wl+Y+c= Subject: Re: [MiNT] Conholio v0.8 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Peter Persson In-Reply-To: <20100917151433.GA8671@fosconetwork.org> Date: Fri, 17 Sep 2010 17:29:17 +0200 Cc: mint@lists.fishpool.fi Message-Id: <9483799C-9B90-4B85-B956-4BC65B998D6F@gmail.com> References: <0C5896BD-AFF9-4862-94EA-8C08B21EBC07@gmail.com> <20100917143705.GA31393@fosconetwork.org> <481BA233-0C7B-4C0B-B1B4-774CAEE6C0C2@gmail.com> <20100917151433.GA8671@fosconetwork.org> To: Trecourt Nicolas X-Mailer: Apple Mail (2.1081) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o8HFXpYY019935 17 sep 2010 kl. 17.14 skrev Trecourt Nicolas: > I have tested, it does not seems to work on my 4bpp setup, I only get > garbaged display. > I can attach a screenshot if needed (once I'm in front of my falcon of > course) Ooops! Maybe I forgot to test this code again. It used to work, but then again I've rewritten parts of it. The font you're using for this purpose - does it work when you're using WIN_HALF_X = FALSE? (stupid question maybe - but there is a "feature" in the font loader which can cause some funny effects. I implemented some "smart" code which detect the order of the font data, and that detection code is based on a somewhat bad assumption). > Possible. > Note that I have the exact same problem on toswin2 and telvt102, only > in emacs too, so I'm pretty sure it's something emacs use that's not > well implemented on a lot of implementations, but I can't tell what. VT100 isn't well implemented in any of its incarnations :) > >> It could also be related to the termcap/terminfo file (try updating to a recent one), but ironically I'm fairly clueless as to how that stuff works :) >> > I don't have the problem with a true linux console, or any > xterm-compatible terminal. I see. But then fixing this is definitely doable. Like I mentioned it's quite possible that emacs attempts to redefine the strings used for certain special keys, and Conholio just silently ignores such requests. Conholio also has no sane idea of what a numerical keypad is, and doesn't support some special modes for these keys. Still lots of stuff left to implement, I'm afraid! -- PeP