set xemacs window title

2007-02-07 Thread Couriel, Yoni
windows of emacs with each has the exact same name in the taskbar (though it improves your memory and orientation). We would very much like to see only the filename in the taskbar, and if possible, to keep the full path name in the title of the window. I've found nothing useful while googling around

RE: set xemacs window title

2007-02-07 Thread Couriel, Yoni
:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 3:46 PM To: Couriel, Yoni; linux-il@linux.org.il Subject: Re: set xemacs window title We would very much like to see only the filename in the taskbar, and if possible, to keep the full path name in the title of the window. In your

Re: set xemacs window title

2007-02-07 Thread Ehud Karni
[sorry for top posting, but I follow the thread ] You can add this little snippet to your .emacs: (defun set-title-to-buffer-name () (modify-frame-parameters (selected-frame) (list (cons 'name (buffer-name) (add-hook 'find-file-hook 'set-title-to-buffer-name

Re: set xemacs window title

2007-02-07 Thread Jason Friedman
We would very much like to see only the filename in the taskbar, and if possible, to keep the full path name in the title of the window. In your configuration file, put the following line: (setq frame-title-format %S:%b) or (setq frame-title-format %b) if you just want the filename

[Probably Solved] Re: KDE's Selected Text/Active Title Bar Colours Are Constantly Reverted in Mandriva 2007

2006-12-05 Thread Shlomi Fish
the activeBlend= key (which is for the active title bar) and other keys. I tried saving the color scheme again from the KDE control center, and afterwards the kdeglobals indeed contained these keys. So I realised that somehow it got over-rided by a different kdeglobals that did not contain them

KDE's Selected Text/Active Title Bar Colours Are Constantly Reverted in Mandriva 2007

2006-12-04 Thread Shlomi Fish
Hi all! I'm using Mandriva 2007 with KDE. The selection/windows title bar colours keep changing to saturated light blue instead of the normal darker blue that is the default. I've tried creating my own colour scheme called Shlomif Default in the KDE Control Center's Appearance Themes

Re: KDE's Selected Text/Active Title Bar Colours Are Constantly Reverted in Mandriva 2007

2006-12-04 Thread Diego Iastrubni
Shlomi, Stop wasting your time, and install Debian or Fedora like a true geek. Hell, even Ubuntu is fine. (me trolling? no way) ביום שני 04 דצמבר 2006, 21:30, נכתב על ידי Shlomi Fish: Hi all! I'm using Mandriva 2007 with KDE. The selection/windows title bar colours keep changing

english words in hebrew title of thesis in hebtech class

2005-06-22 Thread Micha Feigin
I am trying to use the hebtech thesis class that comes with the ivritex package to write my thesis. Currently I am having a problem with putting an english word into the hebrew title. Putting \L{FISH} into the hebrew title just shows L in the printout and using \unsethebrew or \setlanguage{english

[OT]request for action: ISO 8859-8 alternate title name is IMDB

2003-09-05 Thread foofoo
Hi, I've recently learned that imdb (www.imdb.com) the internet movie database has what they call AKA database. IMDB is the most comprehensive user contribution based movie (and TV) database online. The AKA database is the alternate title database for the movies that allow to lookup movie name

Re: [OT]request for action: ISO 8859-8 alternate title name is IMDB

2003-09-05 Thread Shaul Karl
On Fri, Sep 05, 2003 at 05:02:05PM +0300, foofoo wrote: 1. Does it have a connection to open source software? 2. What about other encodings? -- Shaul Karl,shaulk @ actcom . net . il = To unsubscribe, send mail to [EMAIL

Re: [OT]request for action: ISO 8859-8 alternate title name is IMDB

2003-09-05 Thread foofoo
for American/Asian/European movies alternate names. - Original Message - From: Shaul Karl [EMAIL PROTECTED] To: foofoo [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, September 05, 2003 7:07 PM Subject: Re: [OT]request for action: ISO 8859-8 alternate title name is IMDB On Fri, Sep 05

A problem with Mozilla - title bar flashes

2003-08-28 Thread Boaz Rymland
is showing some blurred fuzzy output, it's title bar and it's window content are flashing at high frequency, and it's inoperative. This continues until I press one click over it's title bar or do similar action with my mouse (scroll the wheel), or pressing Alt+Tab. Then, mozilla calms down

title

2000-04-04 Thread Gaal Yahas
Hi. ==snip== #!/bin/sh # A trivial, but bloody useful utility when using xterms. # Save as /usr/local/bin/title or something. # by [EMAIL PROTECTED]. GPL. t=$* if [ "$t" = "" ]; then t=`whoami`@`hostname` fi /bin/echo -n -e "\033];$t\007" ==snip==

Re: title

2000-04-04 Thread Oleg Goldshmidt
d $1 xtitle ${HOSTNAME%%.*}: $PWD } # this will set the title upon invocation of an xterm cd . ### -- Oleg Goldshmidt | BLOOMBERG L.P. (BFM) | [EMAIL PROTECTED] "... We work by wit, and not by witchcraft; And wit depends

Re: title

2000-04-04 Thread Gaal Yahas
On Tue, Apr 04, 2000 at 08:02:07PM +0200, "captaiKeep messages which have arrived within the pastn"@isdn.net.il [Jeez, long name!] wrote: OK, here comes a question. I've been looking at all those screenshots of cool people, with those color eterms and stuff. How do I set the text color? You