[Bug 2066914] Re: tmux 3.4 stalls during active pane zoom

2024-06-12 Thread Romain Francoise
All the symptoms point to a known issue where tmux gets slow if
`history-limit` is set to a stupidly high values (in the millions) but
yours is set to a very reasonable 3. The default is 2000.

You don't have a Sixel image in your shell prompt or something expensive
like that, I presume.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066914

Title:
  tmux 3.4 stalls during active pane zoom

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/2066914/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2066914] Re: tmux 3.4 stalls during active pane zoom

2024-06-09 Thread Romain Francoise
Does the same bug occur without your ~/.tmux.conf?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066914

Title:
  tmux 3.4 stalls during active pane zoom

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/2066914/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2066914] Re: tmux 3.4 stalls during active pane zoom

2024-06-09 Thread Romain Francoise
I'm not sure the flame graph of the locally built tmux captures the same
thing. In any case, zooming/dezooming causes a grid reflow which
basically reallocates the entire grid of rows shown on screen. If you
have a sufficiently large window, it can be slow.

In this specific instance it would seem that for the packaged tmux, the
AVX implementation of memmove() is being used and it's unusually slow.
Is AVX emulated in GCE?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2066914

Title:
  tmux 3.4 stalls during active pane zoom

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/2066914/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2068393] Re: Sync tmux (main) from Oracular (main)

2024-06-09 Thread Romain Francoise
This is why tmux 3.4-1 and 3.4-2 were explicitly prevented from
migrating to Debian testing by Debian bug #1064363 (but Ubuntu syncs
from unstable).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2068393

Title:
  Sync tmux (main) from Oracular (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/2068393/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059288] Re: tmux server crashes on t64 armhf

2024-03-27 Thread Romain Francoise
This assert is from libevent:
https://sources.debian.org/src/libevent/2.1.12-stable-8.1/event.c/#L3172

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059288

Title:
  tmux server crashes on t64 armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tmux/+bug/2059288/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 626796] Re: Please sync emacs-snapshot from emacs.orebokech.com

2010-10-05 Thread Romain Francoise
The sid version from my site probably builds and works without
modification on Ubuntu.

-- 
Please sync emacs-snapshot from emacs.orebokech.com
https://bugs.launchpad.net/bugs/626796
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 328950] Re: Shell Bash Shell colors

2009-02-27 Thread Romain Francoise
You just need to enable the ansi color filter for comint with
M-x ansi-color-for-comint-mode-on. To make it persistent, add the
following to your init file:

  (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)

-- 
Shell Bash Shell colors
https://bugs.launchpad.net/bugs/328950
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257858] Re: rcs reports incorect time

2008-12-14 Thread Romain Francoise
By default RCS always uses UTC as its internal time. If you want to use
another time zone for keyword substitutions, use the -z option to ci.
(It's not implemented in rcs because it's not useful there.)

You can use the special time zone name 'LT' to use local time, so in
your example you should use 'co -zLT test' instead of just 'co test'.

** Changed in: rcs (Ubuntu)
 Assignee: (unassigned) => Romain Francoise (rfrancoise)
   Status: New => Invalid

-- 
rcs reports incorect time
https://bugs.launchpad.net/bugs/257858
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 299594] Re: Please sync emacs22 22.2+2-5 (main) from Debian unstable (main).

2008-11-18 Thread Romain Francoise
For the record, the rationale for basing Ubuntu's emacs22 on
emacs-snapshot is here:

  https://wiki.ubuntu.com/MichaelOlson/WhyDifferentEmacs

-- 
Please sync emacs22 22.2+2-5 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/299594
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 293711] Re: Gnus does not work when byte compiled

2008-11-04 Thread Romain Francoise
No. If the Gnus version shipped in the gnus package doesn't work
with Emacs 23 then it should be fixed (but I haven't had any reports
of this problem before, so it's perhaps a local issue on the
reporter's machine). It's an old development version (No Gnus v0.5),
so maybe it just needs to be updated to a newer release.

-- 
Gnus does not work when byte compiled
https://bugs.launchpad.net/bugs/293711
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 279106] [NEW] set-default-font broken

2008-10-06 Thread Romain Francoise
Oops, sorry, this issue had been reported on emacs-devel before I
took the snapshot but I didn't have it on any on my machines with
Emacs CVS, so I decided to ignore it and go ahead anyway.

It's being worked on upstream, I'll keep this bug updated.

-- 
set-default-font broken
https://bugs.launchpad.net/bugs/279106
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 274239] Re: emacs-snapshot-gtk hangs on startup in intrepid

2008-09-25 Thread Romain Francoise
There must be something specific about your system that causes this
issue, emacs-snapshot 20080919-1 works fine for me (and others) on
Intrepid.

Which window manager do you use?  GNOME with Metacity?  Which arch
is this on?  Do you have any packages installed which did not
originate from the official Ubuntu repositories?

Thanks.

-- 
emacs-snapshot-gtk hangs on startup in intrepid
https://bugs.launchpad.net/bugs/274239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 274239] Re: emacs-snapshot-gtk hangs on startup in intrepid

2008-09-25 Thread Romain Francoise
Thanks for the strace, unfortunately it doesn't tell me much about
what's going wrong.  Emacs seems to be starting up normally, then
can be seen talking with the X server over your X socket.

Does it also happen with -Q (not -q)?

-- 
emacs-snapshot-gtk hangs on startup in intrepid
https://bugs.launchpad.net/bugs/274239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 274239] [NEW] emacs-snapshot-gtk hangs on startup in intrepid

2008-09-24 Thread Romain Francoise
Could you try getting more information using strace?

-- 
emacs-snapshot-gtk hangs on startup in intrepid
https://bugs.launchpad.net/bugs/274239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 272443] [NEW] Please have emacs-nox alternative

2008-09-21 Thread Romain Francoise
The -nox variant exists to avoid having to install tons of unwanted
dependencies on servers and other minimal environments, not because
it starts up faster.  If you really want Emacs to start up fast,
just run a server in the background and create a new tty frame with
emacsclient -t, it's instantaneous.

-- 
Please have emacs-nox alternative
https://bugs.launchpad.net/bugs/272443
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 69676] Re: emacs snapshot opens with scratchpad even if filename is provided

2008-09-18 Thread Romain Francoise
It's a feature.  If you're already familiar with the contents of the
splash screen, just check the 'Never show it again' checkbox and
click on 'Dismiss this startup screen'.

-- 
emacs snapshot opens with scratchpad even if filename is provided
https://bugs.launchpad.net/bugs/69676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 207560] Re: Emacs-snapshot segfaults with org-mode and linum.el

2008-08-12 Thread Romain Francoise
There's a newer snapshot for hardy in the ubuntu-elisp PPA, if you
want to give it a try the installation instructions are at

  https://launchpad.net/~ubuntu-elisp/+archive

Note that current versions of Emacs have a new release of org-mode
as well as a built-in version of linum.el so you may be trading your
existing bugs for other, fresher bugs. :)

-- 
Emacs-snapshot segfaults with org-mode and linum.el
https://bugs.launchpad.net/bugs/207560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 245752] Re: emacs segfaults on split windows

2008-08-03 Thread Romain Francoise
This should be fixed in current emacs-snapshot in Intrepid.

-- 
emacs segfaults on split windows
https://bugs.launchpad.net/bugs/245752
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 244276] Re: Please add a "Guided Tour" menu command

2008-08-03 Thread Romain Francoise
The link is now present in the splash screen, does that satisfy your
feature request?

-- 
Please add a "Guided Tour" menu command
https://bugs.launchpad.net/bugs/244276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 252328] [NEW] please sync emacs-snapshot - 1:20080723-1 from the ubuntu-elisp PPA to intrepid

2008-07-28 Thread Romain Francoise
Hey Reinhard,

Ok, I'll join. I see that you added 20080727-1 to the PPA already,
thanks!

-- 
please sync emacs-snapshot - 1:20080723-1 from the ubuntu-elisp PPA to intrepid
https://bugs.launchpad.net/bugs/252328
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 252328] [NEW] please sync emacs-snapshot - 1:20080723-1 from the ubuntu-elisp PPA to intrepid

2008-07-27 Thread Romain Francoise
Make that 1:20080727-1, the snapshot just was updated.

-- 
please sync emacs-snapshot - 1:20080723-1 from the ubuntu-elisp PPA to intrepid
https://bugs.launchpad.net/bugs/252328
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 208559] [NEW] emacsclient can't open files in hardy

2008-03-29 Thread Romain Francoise
You're probably using emacsclient from Emacs 22 or Emacs 21.
Does it work with emacsclient.emacs-snapshot?

-- 
emacsclient can't open files in hardy
https://bugs.launchpad.net/bugs/208559
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 190645] Re: please sync emacs-snapshot version 20080228-1

2008-02-28 Thread Romain Francoise
Now http://emacs.orebokech.com/pool/main/e/emacs-snapshot/emacs-
snapshot_20080228-1.dsc

** Summary changed:

- please sync emacs-snapshot version 20080215-1
+ please sync emacs-snapshot version 20080228-1

-- 
please sync emacs-snapshot version 20080228-1
https://bugs.launchpad.net/bugs/190645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 190645] Re: please sync emacs-snapshot version 20080215-1

2008-02-28 Thread Romain Francoise
Okay; would that be similar to a regular FFe, or do I need to file
someplace else? I'm not sure how to proceed. Thanks.

-- 
please sync emacs-snapshot version 20080215-1
https://bugs.launchpad.net/bugs/190645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 190645] Re: please sync emacs-snapshot version 20080215-1

2008-02-24 Thread Romain Francoise
Yes, a general FF exception would be nice!

-- 
please sync emacs-snapshot version 20080215-1
https://bugs.launchpad.net/bugs/190645
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 190645] Re: please sync emacs-snapshot version 20080209-1

2008-02-15 Thread Romain Francoise
Version 20080209-1 is gone, please sync 20080215-1 instead:

http://emacs.orebokech.com/pool/main/e/emacs-snapshot/emacs-
snapshot_20080215-1.dsc

** Summary changed:

- please sync emacs-snapshot version 20080209-1
+ please sync emacs-snapshot version 20080215-1

-- 
please sync emacs-snapshot version 20080215-1
https://bugs.launchpad.net/bugs/190645
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68461] Re: Wishlist: Xft/Freetype support

2008-02-05 Thread Romain Francoise
Hari <[EMAIL PROTECTED]> writes:

> Well, the emacs-unicode branch has finally landed on the emacs
> mainline.  So, it's probably time to spin out a new emacs-snapshot
> with the latest and the greatest.

Yes, the next snapshot will have Xft support.

-- 
Wishlist: Xft/Freetype support
https://bugs.launchpad.net/bugs/68461
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 108126] Re: [apport] package update-manager failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-01-06 Thread Romain Francoise
As far as I can see this is not a bug in emacs-snapshot; the
installation of some elisp packages fails because the system has a
broken Emacs flavor called 'emacs23-hvw':

| emacsen-common: Handling install of emacsen flavor emacs23-hvw
| emacsen-common: byte-compiling for emacs23-hvw
| Warning: Lisp directory `/usr/share/emacs/23.0.0/site-lisp' does not exist.
| Warning: Lisp directory `/usr/share/emacs/23.0.0/leim' does not exist.
| Cannot open load file: encoded-kb

This is probably a local issue because there is no trace of any packages
called emacs23-hvw in Ubuntu...

-- 
[apport] package update-manager failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/108126
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88180] Re: Missing dependency on w3m-el and quack-el

2008-01-06 Thread Romain Francoise
Reassigning this bug to quack-el as per comment #1.

** Changed in: quack-el (Ubuntu)
Sourcepackagename: emacs-snapshot => quack-el

-- 
Missing dependency on w3m-el and quack-el
https://bugs.launchpad.net/bugs/88180
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 162890] Re: comint-watch-for-password-prompt does not catch sudo prompt

2008-01-05 Thread Romain Francoise
This is fixed upstream in the Emacs 22 release branch:

2007-10-23  Chris Moore  <[EMAIL PROTECTED]>

* comint.el (comint-password-prompt-regexp):
Handle `[sudo] password'-style prompt.

-- 
comint-watch-for-password-prompt does not catch sudo prompt
https://bugs.launchpad.net/bugs/162890
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88180] Re: Missing dependency on w3m-el and quack-el

2007-02-27 Thread Romain Francoise
In Emacs 22, vc-svn.el is now built-in, you don't have to do anything to
load it. It should kick in automatically every time you open a file
controlled by SVN.

-- 
Missing dependency on w3m-el and quack-el
https://launchpad.net/bugs/88180

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 88180] Re: Missing dependency on w3m-el and quack-el

2007-02-26 Thread Romain Francoise
You're misreading the output of the installation process -- the problem
is that quack-el needs to depend on w3m-el.

I can guarantee that emacs-snapshot does not need to depend on either
w3m-el or quack-el.

-- 
Missing dependency on w3m-el and quack-el
https://launchpad.net/bugs/88180

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 76109] Re: crashes on file load

2007-02-03 Thread Romain Francoise
There's no such version in Ubuntu, so I guess you obtained it from a
third party.  Anyway, thanks for following up.

-- 
crashes on file load
https://launchpad.net/bugs/76109

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77269] Re: Installing emacs21-nox with apt-get removes emacs21

2007-01-10 Thread Romain Francoise
For the record, why do you need *both* emacs21 and emacs21-nox? From a
user perspective, 'emacs21 -nw' and emacs21-nox are absolutely
identical.

-- 
Installing emacs21-nox with apt-get removes emacs21
https://launchpad.net/bugs/77269

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 66434] Re: emacs opens specified file behind *scratch*

2007-01-10 Thread Romain Francoise
I can't reproduce this with emacs-snapshot on edgy.

-- 
emacs opens specified file behind *scratch*
https://launchpad.net/bugs/66434

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 77269] Re: Installing emacs21-nox with apt-get removes emacs21

2007-01-10 Thread Romain Francoise
No, emacs21 (in Debian and Ubuntu) does not support concurrent
installation of subflavors.

emacs-snapshot does, though.

-- 
Installing emacs21-nox with apt-get removes emacs21
https://launchpad.net/bugs/77269

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68461] Re: Wishlist: Xft/Freetype support

2006-12-19 Thread Romain Francoise
You are preaching to the choir... but emacs-snapshot will support
Xft/Freetype when the emacs-unicode branch is merged in mainline,
not before.

Sorry.

-- 
Wishlist: Xft/Freetype support
https://launchpad.net/bugs/68461

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 76109] Re: crashes on file load

2006-12-17 Thread Romain Francoise
Could you give me more information about your environment?
Are you using a local or remote display?  Which architecture is
this?  What's your version of GTK+?

-- 
crashes on file load
https://launchpad.net/bugs/76109

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 76109] crashes on file load

2006-12-17 Thread Romain Francoise
It seems that you're confusing M-x find-file and M-x load-file, the
former opens a file into Emacs and the latter loads a Lisp library
file...

As to why Emacs crashes when you use the menu or toolbar, I don't
know -- and the version you're using is quite old.  Try upgrading to
a newer snapshot.

-- 
crashes on file load
https://launchpad.net/bugs/76109

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 74689] some shell output appears in the minibuffer

2006-12-06 Thread Romain Francoise
Simon Michael <[EMAIL PROTECTED]> writes:

> In a shell buffer in emacs-snapshot-x or emacs-snapshot-gtk in edgy,
> certain commands' output will also appear in the minibuffer. Ctrl-g
> clears it but it's quite confusing and disruptive. I can reproduce with
> the bash command "echo nil".

Hmm.  I don't see this, "echo nil" doesn't show anything in the
minibuffer.  (On Debian unstable, not Ubuntu, but it shouldn't change
anything.)

What is your shell?

Does it happen in `emacs -Q' too?

-- 
some shell output appears in the minibuffer
https://launchpad.net/bugs/74689

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 65522] Re: feature request: backporting current edgy snapshot to dapper-backports

2006-11-18 Thread Romain Francoise
Not a bug in emacs-snapshot.

 status rejected


** Changed in: emacs-snapshot (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
feature request: backporting current edgy snapshot to dapper-backports
https://launchpad.net/bugs/65522

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 63786] Re: /etc/alternatives link group lacks emacsclient

2006-11-18 Thread Romain Francoise
 status confirmed


** Changed in: emacs-snapshot (Ubuntu)
   Status: Rejected => Confirmed

-- 
/etc/alternatives link group lacks emacsclient
https://launchpad.net/bugs/63786

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68461] Re: Wishlist: Xft/Freetype support

2006-11-18 Thread Romain Francoise
 importance wishlist


** Changed in: emacs-snapshot (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Wishlist: Xft/Freetype support
https://launchpad.net/bugs/68461

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 72161] emacs uses 100% cpu

2006-11-18 Thread Romain Francoise
 status rejected


** Changed in: emacs-snapshot (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
emacs uses 100% cpu
https://launchpad.net/bugs/72161

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63786] Re: /etc/alternatives link group lacks emacsclient

2006-11-18 Thread Romain Francoise
** Changed in: emacs-snapshot (Ubuntu)
   Importance: Undecided => Wishlist
   Status: Unconfirmed => Rejected

-- 
/etc/alternatives link group lacks emacsclient
https://launchpad.net/bugs/63786

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68461] Re: Wishlist: Xft/Freetype support

2006-11-18 Thread Romain Francoise
** Summary changed:

- No xft-support - fonts are not usable
+ Wishlist: Xft/Freetype support

-- 
Wishlist: Xft/Freetype support
https://launchpad.net/bugs/68461

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 69676] Re: emacs snapshot opens with scratchpad even if filename is provided

2006-11-18 Thread Romain Francoise
Not a bug.

 status rejected

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


** Changed in: emacs-snapshot (Ubuntu)
   Status: Unconfirmed => Rejected

-- 
emacs snapshot opens with scratchpad even if filename is provided
https://launchpad.net/bugs/69676

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63786] Re: /etc/alternatives link group lacks emacsclient

2006-11-18 Thread Romain Francoise
** Bug watch added: Debian Bug tracker #397631
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397631

** Also affects: emacs-snapshot (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397631
   Importance: Unknown
   Status: Unknown

-- 
/etc/alternatives link group lacks emacsclient
https://launchpad.net/bugs/63786

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 52699] Re: Doesn't provide /etc/alternatives/editor.1.gz

2006-11-18 Thread Romain Francoise
Feisty has emacs-snapshot 2006-1.

 status fixreleased

-- 
  ,''`.
 : :' :Romain Francoise <[EMAIL PROTECTED]>
 `. `' http://people.debian.org/~rfrancoise/
   `-


** Changed in: emacs-snapshot (Ubuntu)
   Status: Unconfirmed => Fix Released

-- 
Doesn't provide /etc/alternatives/editor.1.gz
https://launchpad.net/bugs/52699

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72161] Re: emacs uses 100% cpu

2006-11-17 Thread Romain Francoise
This is not a bug in emacs-snapshot, but I can't reassign it to the
proper place myself, apparently.

-- 
emacs uses 100% cpu
https://launchpad.net/bugs/72161

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72161] Re: emacs uses 100% cpu

2006-11-17 Thread Romain Francoise
Then that's probably why, semantic has a bug which causes it to rearm
its idle timer recursively, causing the symptoms you're seeing.

This patch fixes it:

http://cedet.cvs.sourceforge.net/cedet/cedet/semantic/semantic-
idle.el?r1=1.34&r2=1.35&sortby=date

You'll have to find a MOTU to fix the problem in Ubuntu, I can't upload
packages myself.

-- 
emacs uses 100% cpu
https://launchpad.net/bugs/72161

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 72161] Re: emacs uses 100% cpu

2006-11-17 Thread Romain Francoise
Do you have semantic installed?

-- 
emacs uses 100% cpu
https://launchpad.net/bugs/72161

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69676] Re: emacs snapshot opens with scratchpad even if filename is provided

2006-11-01 Thread Romain Francoise
This is not a bug. Customize the `inhibit-startup-message' variable if
you don't want to see the startup screen.

-- 
emacs snapshot opens with scratchpad even if filename is provided
https://launchpad.net/bugs/69676

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65687] Re: update-manager: emacs-snapshot-gtk fails to install upgrading from ubuntu dapper to edgy

2006-10-15 Thread Romain Francoise
*** This bug is a duplicate of bug 65298 ***

The relevant part of the error log is:

In toplevel form: ede-pconf.el:27:1:
Error: Recursive `require' for feature `semantic-ede-grammar' 
ede-pmake.el:46:1:Error: Recursive `require' for feature `semantic-ede-grammar'
ede-proj-archive.el:27:1:Error: Recursive `require' for feature 
`semantic-ede-grammar' 
ede-proj-aux.el:27:1:Error: Recursive `require' for feature 
`semantic-ede-grammar'

This is a bug in semantic, already reported as #65298.

** This bug has been marked a duplicate of bug 65298
   Fail to build with emacs-snapshot

-- 
update-manager: emacs-snapshot-gtk fails to install upgrading from ubuntu 
dapper to edgy
https://launchpad.net/bugs/65687

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65298] Re: Fail to build with emacs-snapshot

2006-10-15 Thread Romain Francoise
** Bug 65687 has been marked a duplicate of this bug

-- 
Fail to build with emacs-snapshot
https://launchpad.net/bugs/65298

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63786] Re: /etc/alternatives link group lacks emacsclient

2006-10-03 Thread Romain Francoise
I agree, but I'm not sure it's worth the pain...

-- 
/etc/alternatives link group lacks emacsclient
https://launchpad.net/bugs/63786

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63786] Re: /etc/alternatives link group lacks emacsclient

2006-10-03 Thread Romain Francoise
It's a good idea, but all packages providing the emacsclient alternative
would need to be changed since an alternative cannot provide another
real alternative as a slave. I think.


** Summary changed:

- /etc/alternatives link group lacks emacslient
+ /etc/alternatives link group lacks emacsclient

-- 
/etc/alternatives link group lacks emacsclient
https://launchpad.net/bugs/63786

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52699] Re: Doesn't provide /etc/alternatives/editor.1.gz

2006-09-24 Thread Romain Francoise
Now fixed in Debian in 20060923-1.

-- 
Doesn't provide /etc/alternatives/editor.1.gz
https://launchpad.net/bugs/52699

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52699] Re: Doesn't provide /etc/alternatives/editor.1.gz

2006-09-18 Thread Romain Francoise
Thanks!  I'll fix this (in Debian).

-- 
Doesn't provide /etc/alternatives/editor.1.gz
https://launchpad.net/bugs/52699

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57918] Re: Tramp Depend: line doesn't follow debian policy for Emacs

2006-09-18 Thread Romain Francoise
That's not a bug, the tramp package supports emacs21 and xemacs21 only
since emacs-snapshot comes with this version of tramp built-in.

-- 
Tramp Depend: line doesn't follow debian policy for Emacs
https://launchpad.net/bugs/57918

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs