Package: emacs-snapshot
Severity: normal
Tags: experimental

When i put too much right brackets without left brackets, emacs-snaphot
go in endless state. Even the graphical window is not refreshed.


int             gaussianfilter5x5(unsigned char *picture_address)
{

  unsigned int  i, j;
    unsigned int        i_mat, j_mat;
      int               sum;
        int             matrix =    
            {1, 4, 6, 4, 1},
                4, 16, 24, 16, 4},
                  6, 24, 36, 24, 6},
                      4, 16, 24, 16, 4;
                           1, 4, 6, 4, 1}

here the previous state.

here the next one: 


int             gaussianfilter5x5(unsigned char *picture_address)
{

  unsigned int  i, j;
    unsigned int        i_mat, j_mat;
      int               sum;
        int             matrix =    
            {1, 4, 6, 4, 1},
                4, 16, 24, 16, 4},
                  6, 24, 36, 24, 6},
                      4, 16, 24, 16, 4}
                           1, 4, 6, 4, 1}
                           

When i put this right bracket '}', it goes in an endless loop.

Good luck!



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to