e argument.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
_
on_list is definitely the wrong function to pass to
internal_with_output_to_temp_buffer.
> I think this is a bogus warning,
I don't agree. Fdisplay_completion_list will be called with only a single
parameter and will receive garbage in the second one. A sure way to make
Emacs crash.
Andreas.
--
Andreas Sc
Autoload cookies are always associated with the next sexp.
;;;###autoload
(unless (fboundp 'irc) (defalias 'irc 'rcirc))
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D5
Bill Wohler <[EMAIL PROTECTED]> writes:
> lisp/ldefs-boot.el contains the string:
>
> :26219:;; "toolbar/tool-bar.el" (17134 20613))
>
> Is it worthwhile to check in the current loaddefs.el in its place?
Feel free to do that any time.
Andreas.
--
An
"Richard M. Stallman" <[EMAIL PROTECTED]> writes:
> So, if you make request_sigio a no-op in batch mode, does that in fact
> give correct results?
Yes, it does.
> If so, would you please do it?
Done.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
ding to the comment) is to avoid some problem on Ultix
related to interrupted connect syscall. The other places that enable
SIGIO are init_sys_modes (no-op when noninteractive) and
redisplay_internal (never called in noninteractive mode).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
ymbol's value as variable is void: foo
I think the reason the SIGIO isn't reported here is that the async
interrupt is still connected to the process group of the previous emacs
instance, which is now defunct, thus there is noone who can receive the
SIGIO.
Probably the best fix is
Karl Chen <[EMAIL PROTECTED]> writes:
> Synopsis:
>
> emacs -q /tmp/a.tex
>
> {\bf test}
>
> M-x font-lock-fontify-buffer
>
> error("No match %d in highlight %S" 2 (2 (tex-font-lock-append-prop (quote
> bold)) append))
Thanks, I have
;.lo"
".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps"
".fns" ".kys" ".pgs
Lennart Borgman <[EMAIL PROTECTED]> writes:
> Andreas Schwab wrote:
>
>>I'd also suggest to make the tooltip face specify a font height of 75%.
>>
>>
> Why? If that is easily readable why not make the default font smaller
> instead?
IMHO it looks bette
bottom edge of the tooltip), which puts the
> tooltip a safe distance below the pointer.
I'd also suggest to make the tooltip face specify a font height of 75%.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
K
a info instead, in which case they
> could be fairly long and detailed.
The problem with big tooltips is that they obscure large parts of the
display. As such they are only disturbing most of the time.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeld
Daniel Brockman <[EMAIL PROTECTED]> writes:
> Andreas Schwab <[EMAIL PROTECTED]> writes:
>
>> Echo area messages don't hide other parts of the display,
>> as long as they fit in one screen line.
>
> So would you advocate adding a timeout for echo area
>
Daniel Brockman <[EMAIL PROTECTED]> writes:
> Andreas Schwab <[EMAIL PROTECTED]> writes:
>
>> If a tooltip cannot be read in 10 seconds then it is
>> too long, IMHO.
>
> By that logic, we should make echo area messages go away
> after a while too, so people
top displaying it after 10 seconds even?
> That limit seems really arbitrary and annoying.
If a tooltip cannot be read in 10 seconds then it is too long, IMHO.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fing
ogle points me at only emacs-wiki stuff (for a search on "emacs gpp")
> or xemacs-related stuff (for "xemacs gpp")...
http://www.gnupg.org/(en)/related_software/frontends.html#fend_mua-PGG
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH,
: in order for
> this to be useful for the OP, the test should be done *after* using the
> Local-Variables's section (i.e. after switching to C mode).
Another problem is that this example will enforce a comment style that
many people may disagree with.
Andreas.
--
Andreas
s is redundant.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
_
Juri Linkov <[EMAIL PROTECTED]> writes:
> Since `default' is a keyword in C, `defaults' is a good replacement.
`default' is special cased: you can spell it `defalt' in the C code and
still get `DEFAULT' in the doc string.
Andreas.
--
Andreas Schwab, SuSE
Jari Aalto <[EMAIL PROTECTED]> writes:
> Andreas Schwab <[EMAIL PROTECTED]> writes:
>
> | Jari Aalto <[EMAIL PROTECTED]> writes:
> |
> | > Could you elaborate a little. The syntax of grep is not sufficient to
> | > make daily searches with M
iles.
In GNU grep there is no expressive difference between BREs and EREs, only
the syntax differs.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
&quo
at the vector form was
> preferred.
IMHO there is no real preference. The string notation can only represent
a limited set of keys, but is easier to read when it works.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
standing is that the form [?\C- ]
> is generally preferred over the form "\C- ", for a key binding.
These two key sequences represent quite different bindings. You can't get
one override the other, it depends on the terminal which key you receive
on typing C-space.
> If so, tha
t "@table @code" is for (*note (texinfo)table::).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely differen
Lennart Borgman <[EMAIL PROTECTED]> writes:
>(replace-regexp-in-string "\s-+" "\s-+" "some space" nil t)
"\s-+" is the same as "s-+". You need to use the proper read syntax for
strings, see "Syntax for Strings" in th
t C-SPC (which is often the same as C-@ on text terminals) is
already bound to set-mark-command.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"An
ard.c:
/* If KEY is not defined in any of the keymaps,
and cannot be part of a function key or translation,
and is a shifted function key,
use the corresponding unshifted function key instead. */
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linu
"Robert J. Chassell" <[EMAIL PROTECTED]> writes:
> Started with
>
> emacs -nw -Q -D
>
> S-TAB fails with X in an xterm under Enlightenment.
Works fine here (with xterm-203).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH,
u can run Linux with just a suitable initramfs using klibc. That's
enough for running a firewall, for example.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 2
.
> So I think you mean "on GNU/Linux", not "on Linux".
No, my statement is perfectly correct.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44
o create a file.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
rameter only
limits the length of the file name that can be passed to system calls, but
has no connection to maximum length of an (absoulte) file name in a system
(you can create virtually infinite long file names on Linux, for example).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED
>{
> buf = (char *) xmalloc (buf_size);
> if (getcwd (buf, buf_size) == buf)
> break;
> free (buf);
> if (errno != ERANGE)
At this point errno may already be changed by free(). Why not just use
xrealloc in the first place?
Andreas.
--
meant exactly the same command.
Sorry, I misunderstood you.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely di
Juri Linkov <[EMAIL PROTECTED]> writes:
> 5. There is `M-x recover-file', but no `M-x recover-session'.
recover-session is an interactive compiled Lisp function in `files'.
It is bound to .
(recover-session)
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
r f in **/CVS/Root; do ... done
>
> if you havedirectories named "CVS" that don't have a "Root" fine in them,
> the above code is difficult to simulate with find.
Unless you have GNU find.
$ find -path "*/CVS/Root" | ...
Andreas.
--
Andreas Schwab, Su
r next to each other, let alone at the start of a
file.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"
it would not correctly handle the case where the user has bound
> S-tab to something.
On those terminals S-tab does not exist, it is recoginized directly as
backtab. At least terminfo does not have a way to denote S-tab, only
backtab.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTE
ia terminfo
kcbt).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
__
Miles Bader <[EMAIL PROTECTED]> writes:
> I tend to think of datatypes in lisp as being disjoint categories of
> values; a value can only every have one datatype.
`nil' is both a list and an atom.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products Gm
Richard Stallman <[EMAIL PROTECTED]> writes:
> What value of TERM does gnome-terminal normally use? I hope Emacs can
> distinguish gnome-terminal (which really handles underlining) from
> the console and xterm (which do not).
xterm can display underline.
Andreas.
--
Andreas Sc
me
> set $filename = ((struct Lisp_String *) $ptr)->data
>else
> -set $filename = ' '
> +set $filename = " "
This is dangerous because gdb needs to call malloc in the inferior in
order to allocate the string.
Andreas.
--
Andreas
Miles Bader <[EMAIL PROTECTED]> writes:
> On 6/9/05, Andreas Schwab <[EMAIL PROTECTED]> wrote:
>> Miles Bader <[EMAIL PROTECTED]> writes:
>>
>> > However my actual linux (VGA) console seems to display this as bold.
>>
>> That's the defa
Miles Bader <[EMAIL PROTECTED]> writes:
> However my actual linux (VGA) console seems to display this as bold.
That's the default underline color (bright white).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnber
" (default is bright white, IIRC). The framebuffer
console does not support real underlining (except on a 1-bit display).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756
ates of that discussion so I can find the relevant mail? I want to
> see if I can persuade someone to make a change that will solve the
> problem.
See <http://lists.gnu.org/archive/html/bug-cvs/2002-07/msg00423.html> for
a good explanation.
Andreas.
--
Andreas Schwab, SuSE Labs
[EMAIL PROTECTED] writes:
> Andreas Schwab <[EMAIL PROTECTED]> writes:
>> Do you happen to run Linux 2.6.10? That might be the same issue that
>> Stefan observed recently (see topic "File botched up using Tramp"
>> <http://lists.gnu.org/archive/html/emacs
character boundary.
Do you happen to run Linux 2.6.10? That might be the same issue that
Stefan observed recently (see topic "File botched up using Tramp"
<http://lists.gnu.org/archive/html/emacs-devel/2005-05/msg01468.html>).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL P
make boostrap
>
> It seems to be something with flyspell-mode-map in lisp/loaddefs.el.
Does it help to "make maintainer-clean" and start over?
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprin
; binary file, will all the consequences of that, like that "cvs diff"
> will be impossible etc.?
No. Only changing the setting in the repository as above will have an
effect like this.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstra
. See
<http://marc.theaimsgroup.com/?l=linux-kernel&m=110842915508549&w=2>.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for
David Abrahams <[EMAIL PROTECTED]> writes:
> So, it's just a lucky coincidence that I saw "17046" and 17:46 was the file's
> modification time. But then, why is it showing as 17:44 below?
I have no idea.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PRO
mber would not be representable as a Lisp_Integer on a 32-bit
host.
$ date -u -d @1117129444
Do Mai 26 17:44:04 UTC 2005
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756
rison.
I've been using ERC for some time now, and I'm pretty satisfied with it.
But I don't know how it compares with other clients since I didn't try any
of them yet.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nür
Jason Rumney <[EMAIL PROTECTED]> writes:
> Every version of diff I've encountered treats CRLF as different than
> plain LF.
Try diff -b.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint
Adrian Aichner <[EMAIL PROTECTED]> writes:
> 2>&1 looks right to me, but according to "man bash" 2&>1 is preferred.
2&>1 is something completely different, it redirects to the file named
`1'.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECT
Andreas Schwab <[EMAIL PROTECTED]> writes:
> Nick Roberts <[EMAIL PROTECTED]> writes:
>
>> gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I.
>> -I/home/nick/emacs/src -D_BSD_SOURCE -I/usr/X11R6/include -g3 process.c
>> process.c: In functi
atible
> pointer type
This was a misplaced volatile. It's not needed here in the first place,
so I removed it.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44
ged is already obviously safe.
> I hope you like the idea.
No. Nobody is reclaiming the storage, so you introduced a memory leak.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 175
That appears like a blatant bug in the compiler if it cannot properly
track call-clobbered registers.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
y was inserted by me. Locally, I don't use any coding system,
> so the local setting from the file (iso-2022-7bit) should be active.
> No problems here.
You've entered two latin-1 encoded characters here:
insertion (`expand-file' and alike). Reported by Frédéric Bo
text during fontification
font-lock-fontify-keywords-region will skip over some of the following
text when it readjusts point.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 175
for something like changing the FSF's address or removing
> spurious whitespace. It isn't the right thing.
This is not a problem since you are asked whether you want to update the
copyright.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfe
[EMAIL PROTECTED] (Kim F. Storm) writes:
> Does C-space work on ttys?
It's usually the same as C-@, ie. NUL, but AFAIK not all terminals support
that.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fin
Luc Teirlinck <[EMAIL PROTECTED]> writes:
> --- 1396,1411
> where each pane is a list of form
>
> @example
> ! (@var{title} @var{item1} @var{item2}...)
> @end example
>
> ! Each item should normally be a cons cell (@var{line} . @var{value}),
@code
the form is passed to eval, which evaluates the function arguments
before applying them. Thus without the quote it would effectively be
doing (eval regexp), which is not what is wanted. Of course, the only
valid type of this argument is a string which is self-evaluating, but you
don't want to evalua
Jérôme Marant <[EMAIL PROTECTED]> writes:
> Does Emacs CVS works on powerpc64 (G5 processors)?
There were only a few configuration bits missing. Current CVS is working
now.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409
to get the history right.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
___
t decisions on somebody else, this is fine with
> me. Have fun.
I didn't blame anyone, it's just that both tex-mode and TeX-mode are
natural ways to name the mode for processing TeX input files, independent
of who is implementing it.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL
might have been the case that the
> mode was not merely aliased, I doubt that pre-1990 compatibility is a
> major concern nowadays.
But you can't claim that AUCTeX is "owning" the names either, since they
are clearly older.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAI
d M. Stallman ([EMAIL PROTECTED])
* tex-mode.el:
New file, containing TeX-mode.
1986-08-28 Richard M. Stallman ([EMAIL PROTECTED])
* loaddefs.el: Autoload plain-TeX-mode and LaTeX-mode.
Define aliases for them. Fix doc for TeX-mode.
Andreas.
--
Andreas Schwab, S
th the intent not to conflict.
Did AUCTeX already exist in 1985? I don't think so.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for some
Richard Stallman <[EMAIL PROTECTED]> writes:
> Doesn't Xterm Mouse mode communicate selections to X in the usual way?
It can't, since Emacs does not know how to contact the X server.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Max
xterm-like terminal
descriptions with different names.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276
ions really strips off all features you
>> would normally like to have for daily work.
>
> Yes, --bare-bones or --no-frills seem like good candidates, too.
Since the option is primarily useful for debugging maybe its name should
contain the word debug.
Andreas.
--
Andreas Schwab, S
Jérôme Marant <[EMAIL PROTECTED]> writes:
> Andreas Schwab <[EMAIL PROTECTED]> writes:
>
>> Jérôme Marant <[EMAIL PROTECTED]> writes:
>>
>>> Hi,
>>>
>>> When running 'make compile' from within the lisp/ directory,
>&g
Jérôme Marant <[EMAIL PROTECTED]> writes:
> Hi,
>
> When running 'make compile' from within the lisp/ directory,
> I'm getting such errors:
Try "make updates", then rebuild emacs, then retry "make compile".
Andreas.
--
Andreas Schwab,
uced in the
>> last 4 weeks.
>
> I believe I've fixed such a bug this morning. Can you check with the
> latest code?
Works again, thanks.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprin
done this way, because shift hyphen produce underscore (_)
> (at least in US/Hebrew keyboard).
You can use C-x 8 SPC and C-x 8 - to produce these characters, which
together with unify-8859-on-encoding-mode (which is the default) gives you
the right characters for your charset.
Andreas.
--
An
keyboard-coding-system?
> What does M-: (terminal-coding-system) RET return?
I've made a similar experience. The problem is that Emacs no longer sets
the terminal coding system to mule-utf-8 when running in a UTF-8 locale
(it's set to iso-latin-1 instead). That must have been i
ings that confuse
configure.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
it immediately is TRT here.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
work fine:
Try removing lisp/loaddefs.el first.
I've now updated lips/ldefs-boot.el and removed the require from
generic-x.el again.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D
David Kastrup <[EMAIL PROTECTED]> writes:
> Andreas Schwab <[EMAIL PROTECTED]> writes:
>
>> David Kastrup <[EMAIL PROTECTED]> writes:
>>
>>> So where do we get copyright-free flag icons?
>>
>> KDE has a whole gallery.
>
> Are you
David Kastrup <[EMAIL PROTECTED]> writes:
> So where do we get copyright-free flag icons?
KDE has a whole gallery.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756
some weird comment at line 286 of lisp/startup.el
> <<<<<<< startup.el
This is a problem on your side. Please resolve the conflict that occured
during the update of the file.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnber
fix argument is already used to jump to the file
> in another window.
The prompt could be triggered by a specific prefix argument like C-u 0
(aka M-0 aka C-0).
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key finge
Bill Wohler <[EMAIL PROTECTED]> writes:
> On a different topic, it would be useful if the message indicated a
> replacement.
It does.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58
Luc Teirlinck <[EMAIL PROTECTED]> writes:
> Is the following a bizarre local problem or does anybody else see
> this? Update your CVS. Then I did:
>
> make maintainer-clean
> ./configure --without-toolkit-scroll-bars
> make bootstrap
Should work again now.
Andreas.
ain ; q=0.5,
>text/html, text/x-dvi; q=0.8,
> text/x-c ; q=1.0
>
> Is this the case?
Close.
Accept: text/plain; q=0.5,
text/html ; q=1,
text/x-dvi; q=0.8,
text/x-c ; q=1
Andreas.
--
el.
>
>
> That is FALSE evidence!!!
>
> The search:
>
> emacs turn off "blinking cursor" -info -xemacs
>
> gives just 163 hits on google.
>
> In comparison
>
> emacs turn off fringe -info -xemacs
>
> gives 543 hits.
Never believe in a stat
are doing with `goto-line',
> without requiring them to key in the line number. A minor suggestion -
> that's all.
You already don't have to type the number, just mark, copy and paste it.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, M
Richard Stallman <[EMAIL PROTECTED]> writes:
> I just started gedit and it too seems to use a blinking line cursor.
So does kedit.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7
> text at point (whenever that text can be parsed as a numeral) and does
> `goto-line' in buffer `(other-buffer (current-buffer) t)'.
We already have that, it's compilation-minor-mode.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfe
bout any default binding.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
_
page zero too -- who wants those annoying
> NULL-pointer dereference bug reports?
Have you seen anyone lately?
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 82
o { __label__ woozle; \
>> woozle: trbuf[trptr++] = (struct trbuf)\
>
> Does [trptr++%256] give better results ?
trptr is unsigned char, so won't ever be bigger than 255.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products Gmb
NU/Linux box, in case this matters.
>
> I cannot reproduce this on GNU/Linux.
I can reproduce it on powerpc-linux with a 7 days old Emacs. Also tested
with a 10 day old Emacs on ia64-linux, where it not reproducable.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PRO
a GNU/Linux box, in case this matters.
>
> I cannot reproduce this on GNU/Linux.
Rechecked with current CVS, I can no longer reproduce it neither on
powerpc-linux nor ia64-linux. Looks like alredy been fixed. (The version
of Emacs where I was able to reproduce it was actually one month older.
> I like Drews suggestion that the first click gives focus only.
I never have to click to focus.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756
1 - 100 of 102 matches
Mail list logo