unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21482: Ispell misalignment 24.3
@ 2015-09-15 10:20 Petr Hracek
  2015-09-15 10:35 ` Eli Zaretskii
  2015-09-15 10:56 ` Agustin Martin
  0 siblings, 2 replies; 5+ messages in thread
From: Petr Hracek @ 2015-09-15 10:20 UTC (permalink / raw)
  To: 21482

Hi folks,

I have received this bug which seems to be
The file contains following.
It's occuring.

https://bugzilla.redhat.com/show_bug.cgi?id=1262755

I have tested it with emacs-24.5 and it's working.
Do you know what is relevant part of code so that I am able to fix it
for 24.3?

I am fine with porting it to 24.3 If I will have enough info.

Sorry that I am sending a bugs without solving them;)
But I don't have a free time to analyze them:(

Greetings
Petr

-- 
Petr Hracek
Software Engineer
Developer Experience
Red Hat, Inc
Mob: +420777056169
email: phracek@redhat.com






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21482: Ispell misalignment 24.3
  2015-09-15 10:20 bug#21482: Ispell misalignment 24.3 Petr Hracek
@ 2015-09-15 10:35 ` Eli Zaretskii
  2015-09-15 10:43   ` Petr Hracek
  2015-09-15 10:56 ` Agustin Martin
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2015-09-15 10:35 UTC (permalink / raw)
  To: Petr Hracek; +Cc: 21482

> From: Petr Hracek <phracek@redhat.com>
> Date: Tue, 15 Sep 2015 12:20:43 +0200
> 
> I have received this bug which seems to be
> The file contains following.
> It's occuring.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1262755
> 
> I have tested it with emacs-24.5 and it's working.

If it's working in 24.5, then the problem was already fixed, and no
bug needs to be solved in Emacs.

> Do you know what is relevant part of code so that I am able to fix it
> for 24.3?
> 
> I am fine with porting it to 24.3 If I will have enough info.

Emacs 24.5 gets the necessary information about the encoding used by
each Hunspell dictionary from the dictionaries themselves.  In
previous versions of Emacs you needed to set up
ispell-dictionary-alist manually with the correct information about
encoding.

To see what has changed, look at the diffs between ispell.el in Emacs
24.3 and 24.5, especially where it involves Hunspell-specific
features.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21482: Ispell misalignment 24.3
  2015-09-15 10:35 ` Eli Zaretskii
@ 2015-09-15 10:43   ` Petr Hracek
  2015-09-15 10:54     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Petr Hracek @ 2015-09-15 10:43 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 21482

Great thanks.

Please close it.

Petr
On 09/15/2015 12:35 PM, Eli Zaretskii wrote:
>> From: Petr Hracek <phracek@redhat.com>
>> Date: Tue, 15 Sep 2015 12:20:43 +0200
>>
>> I have received this bug which seems to be
>> The file contains following.
>> It's occuring.
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1262755
>>
>> I have tested it with emacs-24.5 and it's working.
> If it's working in 24.5, then the problem was already fixed, and no
> bug needs to be solved in Emacs.
>
>> Do you know what is relevant part of code so that I am able to fix it
>> for 24.3?
>>
>> I am fine with porting it to 24.3 If I will have enough info.
> Emacs 24.5 gets the necessary information about the encoding used by
> each Hunspell dictionary from the dictionaries themselves.  In
> previous versions of Emacs you needed to set up
> ispell-dictionary-alist manually with the correct information about
> encoding.
>
> To see what has changed, look at the diffs between ispell.el in Emacs
> 24.3 and 24.5, especially where it involves Hunspell-specific
> features.


-- 
Petr Hracek
Software Engineer
Developer Experience
Red Hat, Inc
Mob: +420777056169
email: phracek@redhat.com






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21482: Ispell misalignment 24.3
  2015-09-15 10:43   ` Petr Hracek
@ 2015-09-15 10:54     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2015-09-15 10:54 UTC (permalink / raw)
  To: Petr Hracek; +Cc: 21482-done

> Cc: 21482@debbugs.gnu.org
> From: Petr Hracek <phracek@redhat.com>
> Date: Tue, 15 Sep 2015 12:43:54 +0200
> 
> Great thanks.
> 
> Please close it.

Done.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#21482: Ispell misalignment 24.3
  2015-09-15 10:20 bug#21482: Ispell misalignment 24.3 Petr Hracek
  2015-09-15 10:35 ` Eli Zaretskii
@ 2015-09-15 10:56 ` Agustin Martin
  1 sibling, 0 replies; 5+ messages in thread
From: Agustin Martin @ 2015-09-15 10:56 UTC (permalink / raw)
  To: Petr Hracek, 21482

On Tue, Sep 15, 2015 at 12:20:43PM +0200, Petr Hracek wrote:
> Hi folks,
> 
> I have received this bug which seems to be
> The file contains following.
> It's occuring.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1262755
> 
> I have tested it with emacs-24.5 and it's working.
> Do you know what is relevant part of code so that I am able to fix it
> for 24.3?
> I am fine with porting it to 24.3 If I will have enough info.

I guess this is hunspell upstream bug

http://sourceforge.net/p/hunspell/bugs/185/

having exactly the same name. Fix has been committed upstream, but AFAIK
there was no upstream release containing it.

In the meantime, I think this should be reassigned to Redhat hunspell package
and fixed in it. Upstream bug page contains a patch for that.

Hope this helps,

-- 
Agustin





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-15 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 10:20 bug#21482: Ispell misalignment 24.3 Petr Hracek
2015-09-15 10:35 ` Eli Zaretskii
2015-09-15 10:43   ` Petr Hracek
2015-09-15 10:54     ` Eli Zaretskii
2015-09-15 10:56 ` Agustin Martin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).