9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: okamoto@granite.cias.osakafu-u.ac.jp
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Links for Plan 9
Date: Mon, 15 Dec 2003 11:33:00 +0900	[thread overview]
Message-ID: <4d68d28fccc0b9e9aede2a21bc295b6c@granite.cias.osakafu-u.ac.jp> (raw)
In-Reply-To: <31c2ef52e3d5ec34f6939ec297143fdb@plan9.escet.urjc.es>

> An example:
> 
> 
> 	if (!a) {
> 		if (!anonymous) msg_box(ses->term, getml(m1, NULL), TEXT(T_UNKNOWN_TYPE), AL_CENTER | AL_EXTD_TEXT, TEXT(T_CONTEN_TYPE_IS), " ", m1, ".\n", TEXT(T_DO_YOU_WANT_TO_SAVE_OR_DISLPAY_THIS_FILE), NULL, ses, 3, TEXT(T_SAVE), tp_save, B_ENTER, TEXT(T_DISPLAY), tp_display, 0, TEXT(T_CANCEL), tp_cancel, B_ESC);
> 		else msg_box(ses->term, getml(m1, NULL), TEXT(T_UNKNOWN_TYPE), AL_CENTER | AL_EXTD_TEXT, TEXT(T_CONTEN_TYPE_IS), " ", m1, ".\n", TEXT(T_DO_YOU_WANT_TO_SAVE_OR_DISLPAY_THIS_FILE), NULL, ses, 2, TEXT(T_DISPLAY), tp_display, B_ENTER, TEXT(T_CANCEL), tp_cancel, B_ESC);
> 	} else {
> 		m2 = stracpy(a[0].label ? a[0].label : (unsigned char *)"");
> 		if (!anonymous) msg_box(ses->term, getml(m1, m2, NULL), TEXT(T_WHAT_TO_DO), AL_CENTER | AL_EXTD_TEXT, TEXT(T_CONTEN_TYPE_IS), " ", m1, ".\n", TEXT(T_DO_YOU_WANT_TO_OPEN_FILE_WITH), " ", m2, ", ", TEXT(T_SAVE_IT_OR_DISPLAY_IT), NULL, ses, 4, TEXT(T_OPEN), tp_open, B_ENTER, TEXT(T_SAVE), tp_save, 0, TEXT(T_DISPLAY), tp_display, 0, TEXT(T_CANCEL), tp_cancel, B_ESC);
> 		else msg_box(ses->term, getml(m1, m2, NULL), TEXT(T_WHAT_TO_DO), AL_CENTER | AL_EXTD_TEXT, TEXT(T_CONTEN_TYPE_IS), " ", m1, ".\n", TEXT(T_DO_YOU_WANT_TO_OPEN_FILE_WITH), " ", m2, ", ", TEXT(T_SAVE_IT_OR_DISPLAY_IT), NULL, ses, 3, TEXT(T_OPEN), tp_open, B_ENTER, TEXT(T_DISPLAY), tp_display, 0, TEXT(T_CANCEL), tp_cancel, B_ESC);
> 	}

I insist that THIS IS NOT ESSENTIAL, JUST DIFFICULT TO READ THING.☺

Kenji



  reply	other threads:[~2003-12-15  2:33 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-10 22:10 andrey mirtchovski
2003-12-11  2:38 ` David Presotto
2003-12-11  2:39 ` David Presotto
2003-12-12 16:46 ` John Stalker
2003-12-12 17:13   ` mirtchov
2003-12-12 17:15     ` David Presotto
2003-12-13  2:37       ` Dan Cross
2003-12-13  2:48         ` Russ Cox
2003-12-13  3:07           ` Dan Cross
2003-12-13  3:35             ` David Presotto
2003-12-13  8:58             ` Skip Tavakkolian
2003-12-13 18:44               ` ron minnich
2003-12-13 18:06                 ` mirtchov
2003-12-13 22:54                   ` ron minnich
2003-12-13 23:01                     ` boyd, rounin
2003-12-14  5:47                       ` ron minnich
2003-12-13 23:03                     ` boyd, rounin
2003-12-14  5:47                       ` ron minnich
2003-12-14 22:13                   ` Dan Cross
2003-12-14 22:02               ` Dan Cross
2003-12-15  1:49           ` okamoto
2003-12-15  1:52             ` Gorka Guardiola Múzquiz
2003-12-15  2:33               ` okamoto [this message]
2003-12-15  7:18                 ` Skip Tavakkolian
2003-12-15  7:02                   ` boyd, rounin
2003-12-15  1:59             ` Geoff Collyer
2003-12-15  2:30               ` okamoto
2003-12-15  2:32                 ` Geoff Collyer
2003-12-15  2:40                   ` okamoto
2003-12-15  2:52                     ` Geoff Collyer
2003-12-15  3:09                       ` okamoto
2003-12-16  1:27                         ` okamoto
2003-12-15  2:48             ` Russ Cox
2003-12-15  3:00               ` okamoto
2003-12-15  5:20               ` mirtchov
2003-12-15 15:34               ` John Stalker
2003-12-15 17:34                 ` vic zandy
2003-12-15 17:51                   ` mirtchov
2003-12-15 20:01                     ` vic zandy
2003-12-15 20:49                       ` rog
2003-12-15 21:36                         ` Dan Cross
2003-12-15 23:05                           ` C H Forsyth
2003-12-15 23:34                         ` Adrian Tritschler
2003-12-16  4:10                     ` okamoto
2003-12-16  3:34                       ` mirtchov
2003-12-16  4:41                         ` okamoto
2003-12-16  3:57                           ` mirtchov
2003-12-12 19:22 ` John Stalker
2003-12-11  5:18 YAMANASHI Takeshi
2003-12-11  4:36 ` mirtchov
2003-12-15  2:55 YAMANASHI Takeshi
2003-12-16  1:32 YAMANASHI Takeshi
2003-12-16  2:23 ` okamoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4d68d28fccc0b9e9aede2a21bc295b6c@granite.cias.osakafu-u.ac.jp \
    --to=okamoto@granite.cias.osakafu-u.ac.jp \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).